Hi.
We're using kendo-react-excel-export version 3.7
Exporting data to Excel works fine EXCEPT when there's only 1 column of data.
In the following code, there is data in sheets but after the code is invoked, that data is not in workbooks.
Is this a known issue?
If so, is there is a workaround?
The application has been running for sometime. It is possible the situation where there is just one column of data doesn't happen very often.
const workbooks = sheets.map(x => this[x.ref].workbookOptions());