Activity for excelize

  • GitHub committed [2694a3] on Code

    Update dependencies module to fix vulnerabilities (#271)

  • GitHub committed [d7456a] on Code

    Fix formula calculate accuracy for function BINOM.INV (#107)

  • GitHub committed [08c8da] on Code

    Fix formula calculate accuracy for functions IMSECH, IMSQRT, CHIINV, CHISQ.DIST and NEGBINOM.DIST (#1403)

  • GitHub committed [0aec9b] on Code

    Unlock mutex before returning error (#2281)

  • GitHub committed [48a958] on Code

    Breaking changes for the AddChart, AddChartSheet and AddShape function (#2278)

  • GitHub committed [ae7a61] on Code

    Replace manual nested if-blocks with the built-in min and max functions introduced in Go 1.21 (#2280)

  • GitHub committed [79a82f] on Code

    This closes #2154, support set and get selected items for pivot table and pivot table slicer (#2271)

  • xuri xuri committed [df4288] on Code

    Check same data field appears both in pivot table column, rows and filter fields

  • GitHub committed [2966ca] on Code

    Update minimum Go language version required in documentation (#2277)

  • GitHub committed [fdede7] on Code

    This closes #2273, fix chart sheet does not show charts on Excel Online and WPS (#2275)

  • GitHub committed [a2bda9] on Code

    Fix autoFitColWidth overriding width with latest value instead of max value (#2274)

  • xuri xuri committed [421c40] on Code

    Made AutoFitColWidth unhide the hidden columns if those columns have content

  • GitHub committed [5d6adc] on Code

    This closes #92, support auto fit columns width (#1386)

  • xuri xuri committed [7d565c] on Code

    Update wide factor for font factors mapping table for better fit

  • xuri xuri committed [a857c4] on Code

    Add usage and performance notice for the function AutoFitColWidth

  • xuri xuri committed [e645ae] on Code

    Define vertical align types as a global variable

  • xuri xuri committed [38e671] on Code

    Add wide factor for font factors mapping table and update unit tests

  • xuri xuri committed [1d68c4] on Code

    Combine test of SetCellRichText and AutoFitColWidth

  • xuri xuri committed [d467a5] on Code

    Auto fit rich text cell width support and adjust font width factors table

  • xuri xuri committed [3a56f2] on Code

    Calculate text width with lowercase and uppercase character with separated factor

  • xuri xuri committed [bdd1e8] on Code

    Calculate column text width by font name, size, bold and italic format

  • xuri xuri committed [8706f0] on Code

    Merge remote-tracking branch 'upstream/master'

  • yyt030 committed [ca0269] on Code

    calculate sbcs and mbcs and refactor the test case

  • yyt030 committed [551e77] on Code

    update function description

  • GitHub committed [d26741] on Code

    Merge branch 'master' into master

  • yyt030 committed [06f235] on Code

    update test case for auto fit all columns

  • yyt030 committed [3ce740] on Code

    add auto fit column width functions

  • GitHub committed [ac8f03] on Code

    add auto fit columns function

  • GitHub committed [6fc93f] on Code

    Merge afebad2b015b861fc7528a0117ff87d829c3ba82 into 76342276b70a70c9aaf52cc67d7bf21ec4a997bb

  • dengyi committed [602350] on Code

    fix:add more tests

  • dengyi committed [d802e9] on Code

    feat: add IterateColumns method for improved performance

  • GitHub committed [031f79] on Code

    Merge 2b6b8787a28d5de9b868186eae3adba9e2ee3b02 into 76342276b70a70c9aaf52cc67d7bf21ec4a997bb

  • GitHub committed [9813fb] on Code

    Merge 3651ed247d28ec10e6eaf02231169a74501b8020 into 76342276b70a70c9aaf52cc67d7bf21ec4a997bb

  • mengzhongyuan committed [3651ed] on Code

    test: streaming writer abstract file impl writer and reader test

  • mengzhongyuan committed [1f4ad5] on Code

    test: fix failed test because of nil File.options

  • GitHub committed [e2d3c5] on Code

    Merge branch 'qax-os:master' into feat/rawDataAbstraction

  • mengzhongyuan committed [01b185] on Code

    refactor: replace StreamWriter.rawData with a TepFile abstraction to support more storage

  • GitHub committed [8e9d27] on Code

    Merge 3da8b58f5fb466da55189064a478aa6e0563f7e2 into 76342276b70a70c9aaf52cc67d7bf21ec4a997bb

  • Tamás Gulácsi committed [3da8b5] on Code

    Fd() uintptr

  • Tamás Gulácsi committed [45a2e3] on Code

    Use mmap in ReadAll if possible

  • GitHub committed [1f4805] on Code

    Merge bec9901c9b444c13734770a97b7a4e8bd28bb465 into 76342276b70a70c9aaf52cc67d7bf21ec4a997bb

  • Mike Schinkel committed [bec990] on Code

    Add recalc to `xlsxC.getValueFrom()`

  • GitHub committed [478318] on Code

    Merge 4bae982276f78ecfc12990cd7485abfb689a6fba into 76342276b70a70c9aaf52cc67d7bf21ec4a997bb

  • Jocelyn GENNESSEAUX committed [4bae98] on Code

    merged from upstream/master

  • GitHub committed [6aefe2] on Code

    Merge c6937cf8945b92b8a47c272f5814a6d9bb041965 into 76342276b70a70c9aaf52cc67d7bf21ec4a997bb

  • zhuyanhuazhuyanhua committed [c6937c] on Code

    remove item err

  • zhuyanhuazhuyanhua committed [43a93d] on Code

    add item err test

  • zhuyanhuazhuyanhua committed [acd9e6] on Code

    add item err

  • zhuyanhuazhuyanhua committed [c2dd50] on Code

    remove placeholder

  • zhuyanhuazhuyanhua committed [990135] on Code

    add test to cover more

  • zhuyanhuazhuyanhua committed [eff674] on Code

    add test independently

  • zhuyanhuazhuyanhua committed [fd743c] on Code

    add test for items

  • zhuyanhuazhuyanhua committed [b82f2f] on Code

    Feat:Add support for Pivot-Filter / Default Values

  • GitHub committed [763422] on Code

    Support implicit intersection and fix regex criteria anchoring (#2268)

  • GitHub committed [4c59ba] on Code

    Breaking changes: Go 1.25.0 and later required for upgrade of dependency package `golang.org/x/net` (#2270)

  • xuri xuri committed [b90e22] on Code

    Merge remote-tracking branch 'upstream/master' into jpoz/fix-matrix

  • GitHub committed [37b6a8] on Code

    Fix formula exact text matching not match substrings (#2267)

  • James Pozdena committed [c16d57] on Code

    Add test coverage for implicitIntersect edge cases

  • James Pozdena committed [fc4965] on Code

    feat(calc): add implicit intersection for Excel formulas

  • xuri xuri committed [0314ef] on Code

    Add tilde wildcard criteria support

  • xuri xuri committed [b3bebb] on Code

    Update more unit test cases and escape * symbol

  • xuri xuri committed [a6b372] on Code

    This fix code review issues and simplify code

  • James Pozdena committed [530b7e] on Code

    fix(calc): optimize formula criteria parsing for non-wildcards

  • James Pozdena committed [36f001] on Code

    fix(calc): anchor regex patterns for exact matching

  • tvso committed [e86a36] on Code

    Breaking changes: Go 1.25.0 and later required for upgrade of dependency package `golang.org/x/net`

  • GitHub committed [96dd05] on Code

    Merge 5247e5b29e026eb3c7d25328d198e4d554062560 into 3e9bc141d4a4122649966ad342b028064090f9e6

  • James Pozdena committed [5247e5] on Code

    fix(calc): remove regex anchoring in criteria evaluation

  • James Pozdena committed [3deb00] on Code

    fix: preserve matrix data for range refs in function infix expressions

  • GitHub committed [09b41a] on Code

    Merge 0e5230e9e381718bff16d0b376572a3a86d8ce5d into 3e9bc141d4a4122649966ad342b028064090f9e6

  • James Pozdena committed [0e5230] on Code

    test: add empty formula arg comparison case

  • James Pozdena committed [0b5d12] on Code

    test(calc): add benchmarks for array operations

  • James Pozdena committed [12c82a] on Code

    fix(calc): prevent panics on empty matrices

  • James Pozdena committed [570aa6] on Code

    refactor(calc): unify array broadcasting logic

  • James Pozdena committed [90b485] on Code

    test(calc): cover scalar matrix broadcasting

  • James Pozdena committed [bb722d] on Code

    test(calc): add mixed-type array comparison tests

  • James Pozdena committed [b4204b] on Code

    test(calc): cover array multiply edge cases

  • James Pozdena committed [cda0fe] on Code

    test(calc): add array broadcasting and mixed types

  • James Pozdena committed [a183f6] on Code

    fix(calc): simplify array broadcasting validation

  • James Pozdena committed [960c37] on Code

    test(calc): validate array dimension error handling

  • James Pozdena committed [2ec71b] on Code

    test(calc): cover empty criteria for COUNTIF

  • James Pozdena committed [addebe] on Code

    test(calc): add array comparison test cases

  • James Pozdena committed [bf5d64] on Code

    test(calc): add array operator broadcasting tests

  • James Pozdena committed [48f109] on Code

    feat(calc): support matrix logic and products

  • GitHub committed [3e9bc1] on Code

    Fixes #2263, prevent panic on invalid row reference in CalcCellValue (#2266)

  • xuri xuri committed [ced965] on Code

    Update unit tests for the changes

  • GitHub committed [5feeee] on Code

    Apply suggestion from @Copilot

  • Rainyz committed [f958f2] on Code

    fix: prevent panic on invalid row reference in CalcCellValue

  • James Pozdena committed [a2de96] on Code

    feat(calc): add array operations with broadcasting

  • James Pozdena committed [189e00] on Code

    fix(calc): improve regex wildcard and array operations

  • yan00353-0729 committed [ddb704] on Code

    Update GitHub Actions workflow configuration, test on Go 1.26.x

  • xuri xuri committed [608f6d] on Code

    Revert changes for TestNewStyle function

  • xuri xuri committed [1cc63e] on Code

    Lint code and revert changes of getXfIDFuncs

  • xuri xuri committed [70d5b2] on Code

    Add new exported 5 error variables ErrFillType, ErrFillGradientColor, ErrFillGradientShading, ErrFillPatternColor and ErrFillPattern

  • ohauer ohauer committed [acc5bf] on Code

    Fix: Support Fill Type "solid" for chart series colors

  • James Pozdena committed [f2d4e2] on Code

    test(calc): validate array dimension error handling

  • James Pozdena committed [37a538] on Code

    test(calc): cover empty criteria for COUNTIF

  • James Pozdena committed [41a7c9] on Code

    test(calc): add array comparison test cases

  • James Pozdena committed [eac7d6] on Code

    test(calc): add array operator broadcasting tests

  • James Pozdena committed [df6e98] on Code

    feat(calc): support matrix logic and products

  • susautw committed [7925a2] on Code

    Fix duplicate style creation when using default font or fill

1 >
MongoDB Logo MongoDB