christhornton555 / clough

A way to convert Excel .xlsx files to web pages
0 stars 0 forks source link

Put it all together to get displayed data #4

Closed christhornton555 closed 2 months ago

christhornton555 commented 2 months ago

Get some kind of representation in memory of what the data looks like to a regular human bean

christhornton555 commented 2 months ago

This is really a continuation of what I've done in the 3-return-the-correct-number-format-from-the-number-format-file branch, so I'll continue it there. I'm now able to print the data to screen. Just gotta turn all that into a singular object for when I write to a web page.

christhornton555 commented 2 months ago

Done. The code is now creating a dict of sheets, each containing a 2-d array of the formatted worksheet data. Only working on a basic test file at the mo, but that's fine for now.