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:

export jqgrid excel

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:

alasql

(i haven't tried though.)


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

c# - two queries in same method -