reactjs - ag-Grid React - exporting data from grid as excel file (.xls, .xlsx) -
i able export grid data excel files, ag-grid doesn't support yet have come own export function it. problem having of examples have seen rely on fact data being extracted html table whereas ag-grid compiles <div>
s best way write function export data .xls
or .xlsx
file?
thanks time
Comments
Post a Comment