jquery - Export array to excel xlsx in javascript -
there 1 requirement in javascript export data (array or array of objects) excel xlsx. exported data csv unable same xlsx. tried many api github can used libraries , export xslx there little it. tried using stephen-hardy/xlsx.js, sheetjs/js-xlsx etc.
for exporting csv used click here! same cant done xlsx.
i tried xlsxwriter convert , write javascript array or array of object xlsx no result.
now m badly stuck because of requirement. found out similar post of mine requirement click here!
please guys give me solution if any
a while ago, wrote following article, described how export data jqgrid
"real" .xlsx file:
this cached jqgrid's data javascript variable, posted server, save excel. excel file created using openxml libraries.
this should point in right direction.
alternatively, might try library:
(i haven't tried though.)
Comments
Post a Comment