Activity for excelize

  • xuri xuri committed [97fd80] on Code

    Add unit tests for the formula function UNIQUE

  • GitHub committed [8c97b9] on Code

    This closes #2165, add formula function UNIQUE support (#2166)

  • GitHub committed [e799e9] on Code

    This closes #2237, fix panic when open encrypted workbook in some cases (#2238)

  • GitHub committed [8bf639] on Code

    Fix: skipped column style bug in StreamWriter's SetRow (#2235)

  • xuri xuri committed [bfa81a] on Code

    This closes #2234, allowing insert ICO format images

  • GitHub committed [3d2358] on Code

    optimize: convert using continued fractions fundamental recurrence formulas (#2220)

  • GitHub committed [d97f1a] on Code

    Return error if adding comment on a cell which already exist comment (#2227)

  • GitHub committed [8325cf] on Code

    Update TIF image for fix generated TestSetSheetBackgroundFromBytes.xlsx can not open in Office 2007(#2232)

  • GitHub committed [541ca7] on Code

    Use tab instead of space indent in doc code block (#2230)

  • GitHub committed [78a8a4] on Code

    Update docs for the SetDefinedName function (#2229)

  • GitHub committed [f0a56d] on Code

    This closes #2226, optimize overlap merged cell ranges check (#2228)

  • GitHub committed [896a08] on Code

    This closes #2224, fix apply number format code panic cause by Chinese month name index overflow (#2225)

  • GitHub committed [ccaddf] on Code

    Fix extractPivotTableField function panic on invalid data type reflection (#2221)

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

  • excelize excelize released /v2.10.0/excelize-2.10.0.zip

  • excelize excelize released /v2.10.0/excelize-2.10.0.tar.gz

  • xuri xuri committed [525218] on Code

    Update docs for Go version 1.24.0 required

  • GitHub committed [c12dca] on Code

    This related to #2080, support blank padding in number formatting (#2216)

  • xuri xuri committed [a44e44] on Code

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

  • GitHub committed [42840b] on Code

    Update GitHub Actions workflow configuration, test on Go 1.25.x (#2213)

  • GitHub committed [aca295] on Code

    Add unit tests for the BAHTTEXT formula function (#2148)

  • GitHub committed [c95ba1] on Code

    Add formula function BAHTTEXT support (#2187)

  • GitHub committed [9e0c94] on Code

    Add 4 stock chart support for AddChart and AddChartSheet function (#2177)

  • GitHub committed [2e1d05] on Code

    This closes #2205, fix string counting and truncation for cell length limitation (#2206)

  • GitHub committed [845a27] on Code

    This closes #2199, add new function SetZipWriter for custom ZIP writer support (#2200)

  • GitHub committed [b372bd] on Code

    Add check transparency value when create chart (#2198)

  • GitHub committed [5d2ee5] on Code

    This closes #2192, made special date format result consistent with Excel (#2193)

  • xuri xuri committed [11dcc8] on Code

    Support apply number format with the Dutch language

  • copilot-swe-agent[bot] committed [2b6b87] on Code

    Implement support for Excel EMBED function and object file embedding

  • copilot-swe-agent[bot] committed [ddab77] on Code

    Initial plan

  • GitHub committed [ce06e7] on Code

    Optimize the GetSheetDimension function by parse worksheet XML in stream mode (#2188)

  • GitHub committed [d13cd9] on Code

    Add optional parameter withoutValues for the GetMergeCells function (#2184)

  • GitHub committed [b67422] on Code

    Using relative sheet target path in the internal workbook relationship parts (#2185)

  • xuri xuri committed [4a354c] on Code

    Support apply number format with the Danish and Divehi language

  • xuri xuri committed [fa4906] on Code

    Support apply number format with the Czech and Danish language

  • xuri xuri committed [7e71d9] on Code

    This improvement number format support

  • GitHub committed [fbcf65] on Code

    This closes #2180, fix add pivot table caused workbook corrupted on Excel for Mac (#2182)

  • xuri xuri committed [dd0713] on Code

    This closes #2176, support set transparency for chart and shape

  • GitHub committed [249b59] on Code

    This closes #2169, support to set font for chart legends (#2171)

  • xuri xuri committed [f47b3d] on Code

    This closes #2167, count characters as single runes in characters length limitation checking

  • xuri xuri committed [38f11c] on Code

    Support set dash line and marker border type of charts

  • GitHub committed [4ac39a] on Code

    This closes #2161, fix panic on read unsupported pivot table cache source types (#2168)

  • GitHub committed [55e152] on Code

    This closes #2024, add TempDir field in the Options data type (#2024) (#2163)

  • 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)

1 >