Excel database to SQL | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Excel database to SQL

Hello, I have very good excel database on network drive, and have programmed preaty much on in it, saving files on network drive, making pdfs, all within VBA. I want to make database accessable on internet, for future applications, deskotop or mobile. What is the best option to do that, having accessable database on internet? Thank you in advance

7th Nov 2016, 9:13 AM
Koneski Zoran
Koneski Zoran - avatar
1 Answer
+ 4
Hi there, You may find what you are looking in those pages. Libraries based on Python: http://xlsxwriter.readthedocs.io/alternatives.html https://www.xlwings.org/ (this one may grab your attention as it intends to replace VBA with Python) Library based on PHP: https://phpexcel.codeplex.com/
21st Nov 2016, 4:39 PM
Jean-Hugues de Raigniac
Jean-Hugues de Raigniac - avatar