Skip to content

Releases: xuri/excelize-cs

v0.0.5

03 Mar 01:52
a9beec6

Choose a tag to compare

We are pleased to announce the release of version 0.0.5.

A summary of changes is available in the Release Notes.

Release Notes

The most notable changes in this release are:

Notable Features

  • Add 52 new functions:
    • AddFormControl
    • AddHeaderFooterImage
    • AddIgnoredErrors
    • AddShape
    • AddSlicer
    • AddSparkline
    • AddTable
    • AutoFilter
    • CalcCellValue
    • CopySheet
    • DeleteChart
    • DeleteComment
    • DeleteFormControl
    • DeletePicture
    • DeleteSheet
    • DeleteSlicer
    • DuplicateRow
    • DuplicateRowTo
    • GetActiveSheetIndex
    • GetAppProps
    • GetCalcProps
    • GetCellFormula
    • GetCustomProps
    • JoinCellName
    • MergeCell
    • MoveSheet
    • NewConditionalStyle
    • ProtectSheet
    • ProtectWorkbook
    • SetAppProps
    • SetCalcProps
    • SetCellBool
    • SetCellDefault
    • SetCellFloat
    • SetCellFormula
    • SetCellHyperLink
    • SetCellRichText
    • SetCellStr
    • SetColOutlineLevel
    • SetColStyle
    • SetColVisible
    • SetColWidth
    • SetConditionalFormat
    • SetCustomProps
    • SetHeaderFooter
    • SetSheetName
    • SetSheetProps
    • SetSheetView
    • SetSheetVisible
    • SetWorkbookProps
    • SplitCellName
    • UnsetConditionalFormat
  • Support set the data point color for doughnut, pie and 3D pie chart
  • Add new ChartDataPoint data type
  • Add new field DataPoint in the ChartSeries data type
  • Add new Name field in GraphicOptions to support set and get graphic name
  • Add new DropLines and HighLowLines fields in ChartAxis structure

Bugfix

  • Correct the runtime marshals the UTF-8 char sets conversion

Miscellaneous

  • Update GitHub Action configuration for test on .Net 10.x
  • Upgrade the dependencies package version

v0.0.4

07 Nov 03:32
0f89f75

Choose a tag to compare

We are pleased to announce the release of version 0.0.4.

A summary of changes is available in the Release Notes.

Release Notes

The most notable changes in this release are:

Notable Features

  • Add new function: AddPivotTable

Miscellaneous

  • Fix example code block can not display in doc blocks
  • Using no-redirect image URL to fix image can not display in NuGet package home page

v0.0.3

05 Nov 00:06
4a3bb64

Choose a tag to compare

We are pleased to announce the release of version 0.0.3.

A summary of changes is available in the Release Notes.

Release Notes

The most notable changes in this release are:

Notable Features

  • Add new functions: NewStreamWriter, SetRow and Flush

Miscellaneous

  • Build Linux ARM64 version shared library with glibc 2.17 for more compatibility
  • Update build flag to trim path for shared library
  • Fix image URL can not display in NuGet package home page

v0.0.2

17 Oct 00:15
8227074

Choose a tag to compare

We are pleased to announce the release of version 0.0.2.

A summary of changes is available in the Release Notes.

Release Notes

The most notable changes in this release are:

Notable Features

  • Add new function: AddPictureFromBytes
  • Enable Package Validation for NuGet Package

Miscellaneous

  • Upgrade GitHub Action tool chains version
  • Upgrade the Excelize library v2.10.0
  • New excelize-cs logo

v0.0.1

22 Sep 02:27
0ddd699

Choose a tag to compare

We are pleased to announce the release of version 0.0.1.

A summary of changes is available in the Release Notes.

Release Notes

The most notable changes in this release are:

Notable Features

There are 26 normal mode functions supported in this version
  • AddChart
  • AddChartSheet
  • AddComment
  • AddPicture
  • AddVBAProject
  • CellNameToCoordinates
  • Close
  • ColumnNameToNumber
  • ColumnNumberToName
  • CoordinatesToCellName
  • GetCellValue
  • GetRows
  • GetStyle
  • NewFile
  • NewSheet
  • NewStyle
  • OpenFile
  • OpenReader
  • Save
  • SaveAs
  • SetActiveSheet
  • SetCellInt
  • SetCellStyle
  • SetCellValue
  • SetSheetRow
  • UpdateLinkedValue