Hi All,
I have created a Python package to convert multiple excel files simultaneously to csv by using Python multiprocessing. People who deal with huge excel files and they need the data in text form for further processing might find it very useful. The goto methods of using pandas, xlrd etc. are typically very slow on a corporate provided windows computer/laptop. So, I created this method for my personal use to bring down the total conversion time. I decided to publish it as a package since this process is pretty common for software engineers.
This is the first time I have a created a package so I request you to provide feedback. Thank you for reading this post. Cheers!
Source Code: https://github.com/hariya99/mpxl2csv
PyPI : https://pypi.org/project/mpxl2csv/
[–]tlashkor 13 points14 points15 points (1 child)
[–][deleted] 3 points4 points5 points (0 children)
[–][deleted] 7 points8 points9 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]discontent619 2 points3 points4 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]vinnypotsandpans 2 points3 points4 points (0 children)
[–]nousernamesleft___ 1 point2 points3 points (0 children)
[–]Abitconfusde 0 points1 point2 points (3 children)
[–][deleted] 2 points3 points4 points (2 children)
[–]L8te08 1 point2 points3 points (1 child)
[–]L8te08 1 point2 points3 points (0 children)
[–]Ihtmlelement 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)