jferard / fastods

A very fast and lightweight (no dependency) library for creating ODS (Open Document Spreadsheet, mainly for Calc) files in Java. It's a Martin Schulz's SimpleODS fork
GNU General Public License v3.0
36 stars 6 forks source link

Distinguish column style and column properties #189

Closed jferard closed 4 years ago

jferard commented 4 years ago

9.1.6 <>

The <> element specifies properties for one or more adjacent columns in a table.

And it has a style-name attribute for the style.

jferard commented 4 years ago

Same goes for rows: the default cell style is not a part of the row style.