Open rpbouman opened 8 years ago
It turns out some .xlsx readers expect sheets and so on have a default namespace of http://schemas.openxmlformats.org/spreadsheetml/2006/main (and unprefixed elements). Currently odxl typically uses a x: namespace for that.
We should try and generate .xlsx that looks as much as possible as what excel generates.
It turns out some .xlsx readers expect sheets and so on have a default namespace of http://schemas.openxmlformats.org/spreadsheetml/2006/main (and unprefixed elements). Currently odxl typically uses a x: namespace for that.
We should try and generate .xlsx that looks as much as possible as what excel generates.