Activity for excelize

  • GitHub committed [d434ac] on Code

    This closes #2146, introduce 2 new functions GetCustomProps and SetCustomProps (#2147)

  • GitHub committed [9fe3a9] on Code

    Update dependencies modules (#2156)

  • xuri xuri committed [a33bd1] on Code

    This closes #2019, closes #2150, fix panic on get string item with invalid offset range

  • GitHub committed [c5934e] on Code

    Update number format parser, fix parser dropped empty literals in the end of the number format (#2149)

  • xuri xuri committed [c46099] on Code

    This closes #2145, remove all leading equal symbol when set cell formula, for improve compatibility with Apple Numbers

  • GitHub committed [5bd964] on Code

    Skip fallback to default font size when create style if font size less than minimum size (#2143)

  • GitHub committed [b65c16] on Code

    Add set and get `Charset` and `VertAlign` to font definitions (#2141)

  • GitHub committed [c85311] on Code

    Update comment for xlsxDataValidation data structure (#2142)

  • GitHub committed [bb1105] on Code

    This closes #2133, support delete data validations in the ext list (#2137)

  • xuri xuri committed [72b731] on Code

    This closes #2132, fix a v2.9.1 regression bug introduced by commit ce9061fe468b7eb3a74ccf24e06bfc00a6d3552e

  • excelize excelize released /v2.9.1/excelize-2.9.1.tar.gz

  • excelize excelize released /v2.9.1/excelize-2.9.1.zip

  • excelize excelize released /v2.9.1/README.md

  • xuri xuri committed [4180c2] on Code

    This closes #2130, remove shared formula in calculation chain when remove row

  • GitHub committed [2c3d13] on Code

    Using binary search instead of sequential search for cell (#2129)

  • GitHub committed [094ff3] on Code

    This related with #2123, made editAs attribute value empty for one cell anchor drawing object (#2128)

  • GitHub committed [d230ec] on Code

    This closes #2126, fix sheet name error in defined name after rename sheet (#2127)

  • GitHub committed [8fdc26] on Code

    This fixes #2001 and fixes #2002. Breaking changes: offsets no longer affect the image size (#2123)

  • GitHub committed [efdfc5] on Code

    This closes #2119, remove all temporary files on close workbook (#2120)

  • xuri xuri committed [3ccbda] on Code

    Clean shared formula cell cache on remove formula and simplify adjust formula reference code

  • GitHub committed [b9f2c9] on Code

    This closes #1961, add shared formula cell cache for speedup calculation (#2118)

  • xuri xuri committed [0f19d7] on Code

    This closes #2117, support add data table for chart

  • GitHub committed [55cf0d] on Code

    Improve cell read performance by optimizing XML parsing (#2116)

  • xuri xuri committed [ce9061] on Code

    This fix corrupted workbook generated when any inner ZIP64 file's size exceeds 4GB

  • xuri xuri committed [f85dae] on Code

    This closes #2113, AddFormControl function support set cell link for check box

  • GitHub committed [6007d2] on Code

    Simplifying code with directly swap the values of two variables (#2114)

  • xuri xuri committed [e12da4] on Code

    This fixes #2056, fix incorrect formula calculation result caused by shared formula parsed error

  • GitHub committed [3650e5] on Code

    Avoid looking up absent cells in `rangeResolver` (#2111)

  • GitHub committed [91d36c] on Code

    Fix performance regression in v2.9.0, reduce trim cell value memory allocation for blank cells (#2100)

  • GitHub committed [e9d27c] on Code

    This closes #2108, Add docs to SheetPropsOptions function for how to set 4 kinds of scaling options (#2109)

  • GitHub committed [d399e7] on Code

    Breaking changes: Go 1.23 and later required for upgrade of dependency package `golang.org/x/crypto` (#2104)

  • GitHub committed [2bb89f] on Code

    This closes #2102, fix panic on set chart title font (#2103)

  • xuri xuri committed [d6931a] on Code

    Add optional value checking for CalcMode and RefMode calculation properties

  • xuri xuri committed [aef20e] on Code

    Introduce 2 new functions SetCalcProps and GetCalcProps (#2098)

  • GitHub committed [c6d161] on Code

    Reduce trim cell value memory allocation for blank cells (#2096)

  • xuri xuri committed [526428] on Code

    This closes #2091, update GitHub Actions workflow configuration, test on Go 1.24.x

  • GitHub committed [718417] on Code

    This closes #2083, fix subexpression calculation (#2084)

  • GitHub committed [05ed94] on Code

    Handle the format '?' in number formatting (#2080)

  • xuri xuri committed [432462] on Code

    This closes #2058, support apply number format with hash and zero place holder

  • GitHub committed [b19e59] on Code

    Fix GetStyle function can not get VertAlign format (#2079)

  • GitHub committed [0e0e2d] on Code

    This close #2075, add new function SetColStyle for streaming writer to support set columns style (#2076)

  • GitHub committed [7e614c] on Code

    This closes #2072, support adjust data validations cross multiple worksheets (#2073)

  • xuri xuri committed [a45d47] on Code

    Fix: int overflow of function

  • xuri xuri committed [b93634] on Code

    This closes #2068, breaking changes: SetCellInt function required int64 data type parameter

  • GitHub committed [e9efc4] on Code

    Correct comments of the internal function setSheetOutlineProps (#2066)

  • xuri xuri committed [af422e] on Code

    This closes #1954 and closes #2051, fix get pivot tables panic in some case

  • GitHub committed [4b4d4d] on Code

    This closes #2061, fix border styles missing after saved workbook (#2064)

  • xuri xuri committed [caf22e] on Code

    This closes #2059, support delete one cell anchor image

  • xuri xuri committed [3f6ecf] on Code

    This closes #2052, support to sets the format of the chart series data label

  • xuri xuri committed [9934bf] on Code

    This closes #2046, add new function AddIgnoredErrors support to ignored error for a range of cells

  • xuri xuri committed [5ef4a3] on Code

    This closes #2048, fix missing vertical and horizontal border styles

  • xuri xuri committed [8e0490] on Code

    Update unit test for internal function unzipToTemp

  • xuri xuri committed [b53bad] on Code

    Breaking changes: Go 1.20 and later required

  • xuri xuri committed [3ca60f] on Code

    This closes #2033, support set gap width and overlap for column and bar chart

  • GitHub committed [c93618] on Code

    This closes #2029, use a faster deepcopy library (#2030)

  • xuri xuri committed [5f446f] on Code

    This closes #2025, support set chart axis text direction and rotation

  • GitHub committed [30d356] on Code

    Rename SetLegacyDrawingHF to AddHeaderFooterImage (#2023)

  • GitHub committed [d2be5c] on Code

    The SetPageLayout function support set page order of page layout (#2022)

  • GitHub committed [b7375b] on Code

    This closes #1395, add new function SetLegacyDrawingHF support to set graphics in a header/footer (#2018)

  • xuri xuri committed [0d5d1c] on Code

    This closes #2015, fix a v2.9.0 regression bug introduced by commit 7715c1462a917c657d4022a4fe5b57d41d77055a

  • xuri xuri committed [af190c] on Code

    This closes #2014, fix redundant none type pattern fill generated

  • GitHub committed [d1937a] on Code

    This closes #1885, add new CultureNameJaJP, CultureNameKoKR and CultureNameZhTW enumeration values (#1895)

  • excelize excelize released /v2.9.0/excelize-2.9.0.tar.gz

  • excelize excelize released /v2.9.0/README.md

  • excelize excelize released /v2.9.0/excelize-2.9.0.zip

  • xuri xuri committed [f1d1a5] on Code

    This closes #2004, support apply number format for time and duration cell value

  • GitHub committed [b23e5a] on Code

    This closes #1076, add new function MoveSheet to support changing sheet order in the workbook (#1996)

  • GitHub committed [bebb80] on Code

    This closes #1999, fix error on GetCellRichText function when read cell without SST index (#2000)

  • xuri xuri committed [41c7dd] on Code

    This closes #1993, support to set and get pivot table classic layout

  • GitHub committed [02189f] on Code

    Ref #65, new formula function DOLLAR (#1992)

  • xuri xuri committed [ad8541] on Code

    This closes #1989, fix incorrect result of formula functions XIRR and XNPV

  • xuri xuri committed [8c0ef7] on Code

    This closes #1983, support create combo chart with same types

  • GitHub committed [aca04e] on Code

    This closes #1987, support absolute paths for pictures (#1988)

  • GitHub committed [0447cb] on Code

    This close #1985, fix incorrect result of cell value after apply general number format (#1986)

  • xuri xuri committed [29366f] on Code

    Add new fields for pivot table options and pivot field options

  • GitHub committed [8f8713] on Code

    This closes #1979, fix decimal value round issue (#1984)

  • GitHub committed [9c460f] on Code

    Add support for applying number format expression with language/location tags and ID (#1951)

  • GitHub committed [c805be] on Code

    This related for #810, add new functions DeleteSlicer and GetSlicers (#1943)

  • xuri xuri committed [9a3865] on Code

    This related for #720 and closes #1965, add new NumFmt field in the PivotTableField data type

  • xuri xuri committed [d21b59] on Code

    This closes #1968, closes #1969

  • xuri xuri committed [30c4cd] on Code

    This close #1963, prevent the GetStyle function panic when theme without sysClr

  • xuri xuri committed [d81b4c] on Code

    This closes #1957, fix missing shape macro missing after adjusted drawing object

  • xuri xuri committed [4dd344] on Code

    This closes #1955, refs #119, support to set cell value with an IEEE 754 "not-a-number" value or infinity

  • GitHub committed [68a170] on Code

    This fix missing horizontal axis in scatter chart with negative values (#1953)

  • xuri xuri committed [9c2783] on Code

    This closes #1945, an error will be return if column header cell is empty in pivot table data range

  • GitHub committed [307e53] on Code

    This closes #1942, fix percent sign missing in formatted result for zero numeric cell value (#1947)

  • GitHub committed [431c31] on Code

    This closes #1944, add new TickLabelPosition field in the ChartAxis data type (#1946)

  • xuri xuri committed [53b651] on Code

    This closes #1940, SetCellHyperLink function now support remove hyperlink by None linkType

  • GitHub committed [7999a4] on Code

    This closes #1937, fix GetPivotTables returns incorrect data range (#1941)

  • GitHub committed [b18b48] on Code

    Optimize ColumnNumberToName function performance, reduce about 50% memory usage and 50% time cost (#1935)

  • GitHub committed [4e6457] on Code

    This closes #1926, fix secondary vertical axis title is not displayed (#1928)

  • GitHub committed [f04aa8] on Code

    Add new AutoFitIgnoreAspect field in the GraphicOptions data type (#1923)

  • GitHub committed [1a99dd] on Code

    This closes #1921, fix set axis format doesn't work in combo chart (#1924)

  • xuri xuri committed [c34931] on Code

    This closes #1910, fix a v2.8.1 regression bug introduced by commit 866f3086cd6714ab9114331fb8a73b1b4a1df0a1

  • GitHub committed [08d250] on Code

    This fixed can not found code coverage on Windows (#1908)

  • xuri xuri committed [0c3dfb] on Code

    This closes #1903, made GetCellStyle function concurrency safe

  • xuri xuri committed [79958a] on Code

    This closes #1903, made GetCellStyle, SetRowVisible and GetRowVisible functions concurrency safe

  • xuri xuri committed [a3a884] on Code

    This closes #1903, made GetCellStyle, SetRowVisible and GetRowVisible functions concurrency safe

  • xuri xuri committed [42ad4d] on Code

    This closes #1906, fix a v2.8.1 regression bug introduced by commit d9a0da7b48bac4175a23193a60f973c64d27835f

  • GitHub committed [5f5835] on Code

    Add unit test for the stream writer to improved line of code coverage (#1898)

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.