xls excel files not supported in webix spreadsheet but xlsx works fine

xls excel files not supported in webix spreadsheet but xlsx works fine

Hello @webix_B_123 ,
Yes, you are right. Unfortunately, .xls format is not supported by our library.

Could you please clarify your use case? In the vast majority of cases, the default go-to format for spreadsheets is the .xlsx format. Is there any particular reason why you would need the export result to be in the .xls format?

client data has .xls format, is there any to do this?

@annazankevich is there any way to do this?

@webix_B_123 ,
As far as importing data is concerned, it works, except that styles are not loaded. But export in .xsl format is unfortunately impossible, only if you modify the source code for the library. Please note that we strongly not recommend editing the source code, as it may cause conflicts with the future updates.

We are using this functionality for file-preview.
@annazankevich Can you please provide any importing working snippet?

Hello @webix_B_123 ,
Importing .xls files works by default, but without styles, as mentioned above. If your .xls file are not imported, I would ask you to share the file, in order to investigate this problem.