Hi Guys!
Is it possible to change the exported file? from .CSV format to .XLS?
Your reply will highly be appreciated. ![]()
Thank You.
Hi Guys!
Is it possible to change the exported file? from .CSV format to .XLS?
Your reply will highly be appreciated. ![]()
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.
Thank you @srajelli