Exporting File to XLS format

Hi Guys!

Is it possible to change the exported file? from .CSV format to .XLS?
Your reply will highly be appreciated. :smile:
Thank You.

@Hanna You can convert csv export using online convertors or a more graceful way will we to write a python script using frappe api and xlsxwriter csv exports of erpnext automatically

Please refer excel - Python convert csv to xlsx - Stack Overflow to see the sample code for converting csv to xls using xlsxwriter.

1 Like

Thank you @srajelli