All Questions
2 questions
3
votes
1
answer
128
views
Import Excel sheet into MySQL
This is the first project I have coded using Python.
Therefore, I am looking for someone to give me some comments to further improve my code.
Purpose of the application
This application help the ...
5
votes
1
answer
2k
views
Ruby script to load .xlsx files into a MySQL database
I put together this Ruby script (1.9.3) to load data into MySQL from many .xlsx files that contain data entered by people. These files typically have many illegal characters and it has been difficult ...