Posted 23 August 2021, 3:59 am EST
Hello, user would like to be able to migrate an Excel and GoogleSheet tables (or selections of cells) into SpreadJS. These tables contain formulas, which don’t get copied.
For example if cell in Google Spreadsheet is ‘=5+5’, what is copied is just a result number (10), not the formula itself. Same goes for formulas such as =SUM().
I tried using clipBoardOptions but it seems to only affect copying between SpreadJS sheet’s, not between different products.
How do I enable copying & pasting formulas between SpreadJS and Google Sheets / Excel?