dhatim / fastexcel

Generate and read big Excel files quickly
Other
644 stars 116 forks source link

#309 Added cells indent to Alignment #354

Closed JakKowalCzyk closed 7 months ago

JakKowalCzyk commented 8 months ago

Added indentation of a text in cell. Indent property added to Alignment similar to: https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.spreadsheet.alignment.indent?view=openxml-2.8.1 https://learn.microsoft.com/en-us/office/vba/api/excel.range.indentlevel

Related to https://github.com/dhatim/fastexcel/issues/309

ochedru commented 7 months ago

Thank you for your PR!