It would be very helpful to read the formatting and also write formatting out to excel files
I have the code to get string values out!
6,0: Some(String("Revenue Build"))
Would be curious if there was a way to extract the formatting info:

I've done some browsing under the hood and it seems like formats are driven from read_styles in
https://github.com/tafia/calamine/blob/master/src/xlsx/mod.rs#L221
Is the right thing to do to read and parse more styles, and expose this data upwards?
It would be very helpful to read the formatting and also write formatting out to excel files
I have the code to get string values out!
6,0: Some(String("Revenue Build"))Would be curious if there was a way to extract the formatting info:

I've done some browsing under the hood and it seems like formats are driven from
read_stylesinhttps://github.com/tafia/calamine/blob/master/src/xlsx/mod.rs#L221
Is the right thing to do to read and parse more styles, and expose this data upwards?