unidoc / unioffice

Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents
https://unidoc.io/unioffice/
Other
4.37k stars 473 forks source link

[Feature Request] "Format as Table" for spreadsheets #344

Open fork-while-fork opened 5 years ago

fork-while-fork commented 5 years ago

From what I gather, there isn't currently a way to use the table formatting (alternating line colors that persist despite row sorting) with spreadsheets. Am I correct? If so, are there plans to implement this feature?

Thanks

gunnsth commented 4 years ago

@fork-while-fork Can you post a self-contained example that showcases this? Are you aware whether this is a feature of the OOXML standard or whether such formatting needs to be manually applied?