Releases: xuri/excelize-cs
v0.0.5
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
ChartDataPointdata type - Add new field
DataPointin the ChartSeries data type - Add new Name field in
GraphicOptionsto support set and get graphic name - Add new
DropLinesandHighLowLinesfields inChartAxisstructure
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
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
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,SetRowandFlush
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
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
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