Skip to content

v0.0.5

Latest

Choose a tag to compare

@xuri xuri released this 03 Mar 01:52
a9beec6

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