sheetclip icon indicating copy to clipboard operation
sheetclip copied to clipboard

Copy/paste from your HTML5 web app to a spreadsheet

Results 4 sheetclip issues
Sort by recently updated
recently updated
newest added

Converted SheetClip to a class and modernized it using Typescript. Implemented a rollup build system for ESM and CJS builds with declarations. Upgraded Jasmine and slightly ported test to use...

When pasting from Excel to handsontable with a cell containing `"some text" with quotes`, the parsing of the data is wrong: the first quote is lost and the content of...

There are some issues when parsing strings copied from Excel that contain double quotes. For example, when you write `"A` in one cell and `"B` in the next one, the...