You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the following error when trying to use .xlsx extension.
Excel cannot open the file 'ManageRides (1).xlsx' because the file format or file extension is not valid. Verify that the file has not been corrupted and that the file extension matches the format of the file.
I am using the following code: (commented ones are also being tried) exportCSV={{ fileName: 'filename.xlsx', blobType: "data:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=UTF-8" //blobType: "data:text/csv;charset=utf-8" //blobType: "data:text/csv;charset=UTF-8,%EF%BB%BFs" }}
Screenshots
On using the .xls extension, whole row data is shown in the first cell and no column segregation happens.
Whats blobType is supported for .xls or .xlsx extension?
The text was updated successfully, but these errors were encountered:
actually, I'm not sure about this answer, we used file-saver to save file and they just provide a way to customize the blob type. I think you have to ask this question in their repository https://github.com/eligrey/FileSaver.js/ .
You can open another issue if they or you still think this issue is about react-bootstrap-table2
@g-akshay@malsioufi I have applied some changes in react-bootstrap-table2-toolkit to export in xlsx, it works perfectly. I hope it will be of help to those who need to use the format #1666
Getting the following error when trying to use
.xlsx
extension.I am using the following code: (commented ones are also being tried)
exportCSV={{ fileName: 'filename.xlsx', blobType: "data:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=UTF-8" //blobType: "data:text/csv;charset=utf-8" //blobType: "data:text/csv;charset=UTF-8,%EF%BB%BFs" }}
Screenshots

On using the
.xls
extension, whole row data is shown in the first cell and no column segregation happens.Whats
blobType
is supported for.xls
or.xlsx
extension?The text was updated successfully, but these errors were encountered: