ruilisi / fortune-sheet

A drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets
https://ruilisi.github.io/fortune-sheet-docs/
MIT License
2.51k stars 226 forks source link

Do you have any plans to provide a method for parsing Excel files? This feature has a wide range of requirements #542

Open alindas opened 6 months ago

alindas commented 6 months ago

I am unable to obtain information related to this from the official website. Does it already exist or have I overlooked it

sanchit3008 commented 6 months ago

by parsing excel files, do you imply importing data from excel to fortunesheet?

alonesmall commented 2 months ago

by parsing excel files, do you imply importing data from excel to fortunesheet?

yes

sanchit3008 commented 2 months ago

hi, this feature does not exist yet. i think as an intermediate solution, a custom data processor can be used to convert data from the format provided by the xlsx package to what fortunesheet expects.