christhornton555 / clough

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

Return the correct number format from the number format file #3

Closed christhornton555 closed 2 months ago

christhornton555 commented 2 months ago

Number formats are a bit like strings. Dates, for example, are saved as epoch values or something, then styled into a normal date. So match those up too.

christhornton555 commented 2 months ago

Created new branch for this issue. Main module is currently able to read the raw style reference, but that's just an integer. Now needs matching up to the actual style stored by Excel.

christhornton555 commented 2 months ago

Yeah. Done. For one specific type for now. I'll worry about getting it to process all the other possible styles later - let's just do a proof of concept first.