Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 391 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 391 Bytes

microsoft-xlsb-to-csv-converter

Python script to convert .XLSB (Binary excel file) to (.csv) using pandas library

  • install python modules

pip3 install sys, glob, pandas,csv,os

** used to convert all the .xlsb (Binary Excel) file to the respective .csv file

python3 convert-xlsb-to-csv.py /INPUT_PATH

  • Note output file will be generated in same directory with filename.csv