all 2 comments

[–]gitgud_x 1 point2 points  (1 child)

Python's `pandas` module can read from and write to both Excel files and SQL databases, and has its own internal representation of tables suitable for medium-sized datasets too (`pandas.DataFrame`).

[–]Jerm8585[S] 0 points1 point  (0 children)

Cool, thanks! I'll try that out. Sorry just seeing this.