Skip to content

v1.3.0

Compare
Choose a tag to compare
@sveinungf sveinungf released this 21 Feb 22:57
· 1434 commits to main since this release

SpreadCheetah

Features

  • Added support for font color styling.
  • Added support for fill color styling.
  • Added documentation on all public classes and methods.
  • Enabled support for Source Link.
  • Spreadsheet now implements IAsyncDisposable.

Breaking changes

  • Attempting to start a new worksheet after FinishAsync have been called will now result in an exception being thrown.

SpreadCheetah.SourceGenerator

Features

  • AddAsRowAsync will now only generate cells for supported types.
  • AddAsRowAsync will now emit a warning for unsupported cell types.
  • Minor performance improvement of generated code.