Skip to content

spajai/microsoft-xlsb-to-csv-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages