protobi / js-xlsx

XLSX / XLSM / XLSB (Excel 2007+ Spreadsheet) / ODS parser and writer
http://oss.sheetjs.com/js-xlsx
Other
814 stars 416 forks source link

is json_to_sheet supported ? #115

Closed BlackSkyJY closed 5 years ago

BlackSkyJY commented 6 years ago

Hi, i have a problem, please help me i see xlsx.utils It doesn't seem to support, could i use SheetJS/js-xlsx json_to_sheet method create a worksheet, and then use protobi/js-xlsx to fill the style? thanks

MostafaMhmod commented 5 years ago

+1, I also tried to use the 'json_to_sheet' and the 'table_to_book' methods which whenever i did try to use it the xlsx.utils doesn't seem to have it as a function, so did you find away to get it to work with. json files to export it to a worksheet? @BlackSkyJY

BlackSkyJY commented 5 years ago

yes, I have implemented a similar method like 'json_to_sheet', And use [file-saver] saveAs() method to export it @MostafaMhmod

watsonnnnn commented 4 years ago

Can i get the code?

abdulkarim-ogaji commented 10 months ago

update?