react-datasheet-grid
Version:
An Excel-like React component to create beautiful spreadsheets.
5 lines • 307 B
TypeScript
export declare const parseTextHtmlData: (data: string) => string[][];
export declare const parseTextPlainData: (data: string) => string[][];
export declare const encodeHtml: (str: string) => string;
export declare const isPrintableUnicode: (str: string) => boolean;
//# sourceMappingURL=copyPasting.d.ts.map