just-bi / odxl

Open Data Export Layer
Apache License 2.0
13 stars 7 forks source link

Use default/preferred namespace prefixes for xml docs inside .xlsx #11

Open rpbouman opened 8 years ago

rpbouman commented 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.