Skip to content

Releases: Fei-Sheng-Wu/XlsxToHtmlConverter

XlsxToHtmlConverter v2.1.1

10 Feb 04:17
60de465

Choose a tag to compare

Changelog

  • Issue resolution for the incorrect sizing of columns.
  • Introduction of ConverterConfiguration.XlsxSheetDimensionSelector, ConverterConfiguration.XlsxCellSelector, and ConverterConfiguration.XlsxObjectSelector properties.

XlsxToHtmlConverter v2.1.0

08 Feb 05:10
941f232

Choose a tag to compare

Changelog

  • Behavior change of Base.Specification.Xlsx.XlsxCell.Specialties property.
  • Updates to the default value of Base.Specification.Xlsx.XlsxSheet.CellSize property.
  • Updates to the default value of ConverterConfiguration.HtmlPresetStylesheet property.
  • Enhancements to the conversion pipeline.
  • Enhancements to the positioning and sizing of images and shapes.
  • Enhancements to the lookups of the predefined colors.
  • Enhancements to the caching during the conversion pipeline.
  • Introduction of ConverterConfiguration.TabCharacter property.
  • Introduction of ConverterConfiguration.Composition.XlsxWorksheetIterator property.
  • Introduction of Base.Implementation.DefaultXlsxWorksheetIterator class.
  • Introduction of Base.Specification.Xlsx.XlsxCell.Reference property.
  • Introduction of Base.Implementation.Common.ParseLarge() method.
  • Introduction of Base.Implementation.Common.CacheCategory enumeration.

XlsxToHtmlConverter v2.0.0

10 Jan 12:54
77992ea

Choose a tag to compare

Changelog

  • Codebase refactor.