Closed christhornton555 closed 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.
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.
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.