Tony Q.
26e166bb14
Merge pull request #1549 from lahma/improve-array-parameters
Remove unnecessary array allocations for Split etc
2 months ago
DESKTOP-C0TD3UP\Developer
882665da62
Fixed RemoveColumn_RemoveExistingColumn_ColumnIsRemoved test
2 months ago
DESKTOP-C0TD3UP\Developer
8363d81c9f
Added usings to SXSSFITestDataProvider.WriteOutAndReadBack
2 months ago
DESKTOP-C0TD3UP\Developer
9a577ea4e8
Fixed Position in tests
2 months ago
Tony Q.
f1d52715f9
Update README.md
3 months ago
Tony Q.
a0757e8b3e
Update README.md
3 months ago
Tony Q.
2f28d1df0d
Update README.md
3 months ago
DESKTOP-C0TD3UP\Developer
47216cb38d
#1338 Added Copy Charts to Sheet.CopyTo
3 months ago
Antony Liu
8871957795
fix compile error
3 months ago
Antony Liu
ecaadec20f
Don't report data table master cells as formula cells, since POI doesn't evaluate data table formulas.
3 months ago
Antony Liu
a083714cfe
Make it possible to create simple XSSF sheet tables without needing CT classes directly
3 months ago
Antony Liu
9fed0e5c70
XSSFTable should format numeric/date cells when used as Column Header names as Excel does, see https://stackoverflow.com/questions/44407111/apache-poi-cant-format-filled-cells-as-numeric
3 months ago
Antony Liu
68d6d2546a
bug 58325: enable TestXSSFShape unit tests.
3 months ago
Antony Liu
352fa0498f
Rename test file, add license header
3 months ago
Tony Q.
c9a2ce8e71
Merge pull request #1555 from tonyqus/xwpf_table_columncount
Add XWPFTable.NumberOfColumns
3 months ago
Tony Q.
becb436e10
Merge pull request #1553 from antony-liu/poi/v3.17-patch4
Patches from poi 3.17
3 months ago
Tony Qu
6d27277ecd
Add XWPFTable.NumberOfColumns
fix #1546
3 months ago
Antony Liu
3bbb1c4ed1
Fix code style
3 months ago
Antony Liu
35672ce35e
Fix bug about enum type conversion
3 months ago
Antony Liu
dd074bb25e
#61085 support table styles
3 months ago
Antony Liu
d2bbe0d05e
Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color
3 months ago
Antony Liu
07466a802c
#61085 support table styles
3 months ago
Antony Liu
94234b1b5a
bug 61059: fix NamePtg to read unsigned shorts instead of signed shorts, avoiding a AIOOBE when a workbook contains more than 32k Names. Thanks to Travis Burtrum for the patch.
3 months ago
Antony Liu
06b228cec4
Bug 61063: enable test case Bug61063
3 months ago
Tony Q.
159be5844d
Merge pull request #1552 from antony-liu/poi/v3.17-patch3
Some patches from poi v3.17
3 months ago
Tony Q.
a3fcaecdba
Update README.md
3 months ago
Marko Lahma
5c34729ff1
Remove unnecessary array allocations for Split etc
3 months ago
Tony Qu
55a3dbfd97
Merge pull request #1547 from lahma/use-concrete-types
Fix analysis errors related to non-concrete type usage
3 months ago
Tony Qu
e663db1db6
Merge pull request #1535 from bmlpg/patch-2
Add InsertNewHyperlinkRun method, and fix InsertNewRun and RemoveRun methods
3 months ago
Bruno Gonçalves
70135dc1b1
Refactor index access in XWPFParagraph.cs
Removed unnecessary parentheses around index access for the `runs` list in multiple methods. This change improves code readability and maintains consistency without altering functionality.
3 months ago
Bruno Gonçalves
5c26dbdd3b
Add hyperlink tests to XWPFParagraph
Implemented a new test method `TestAddingHyperlinks` in `TestXWPFParagraph.cs`. This method verifies the functionality of adding hyperlinks to paragraphs in Word documents, including the creation of hyperlink runs, the count of runs, and the correct indexing of hyperlinks within the paragraph's runs and their XML representation.
3 months ago
Antony Liu
c193c8fafd
github-55: document that CellReference#isRowWithinRange(String rowNum, SpreadsheetVersion ss) expects rowNum to be parseable as an integer
3 months ago
Antony Liu
a11818c1e5
bug 61110: remove deprecated, misspelled CellReference#isRowWithnRange and #isColumnWithnRange methods
3 months ago
Antony Liu
d9985deee5
fix github action on non-Windows platforms
3 months ago
Antony Liu
9d5d2bfeec
Enable some test cases about font property of EscherGraphics
3 months ago
Antony Liu
7deb9f219d
github-55: NumberFormatException if XSSFName.setNameName is set with a long name that looks similar to a cell address. Thanks to Thomas S @Millie4Ever
3 months ago
Antony Liu
251e2fed8f
github-25: add enable locking and tab color in SXSSFSheet. Thanks to Danilo Rangel. This closes #25 .
3 months ago
Marko Lahma
a1c339b4fd
Fix analysis errors related to non-concrete type usage
3 months ago
Tony Qu
b544e4eed6
Merge pull request #1540 from antony-liu/poi/v3.17-patch2
Some patches from poi
3 months ago
antony liu
4a4690fcba
Merge branch 'master' into poi/v3.17-patch2
3 months ago
Tony Qu
2d3d238681
Merge pull request #1543 from coassoftwaresystems/master
Fix pattern formatting - return correct field for pattern fill foreground
3 months ago
Tony Qu
c0a6c29314
Merge pull request #1519 from bmlpg/patch-1
Account for image resolution units other than pixels per inch
3 months ago
Tony Qu
6f26cb3192
Merge pull request #1524 from Kazbek/master
Fix XWPFDocument FindAndReplaceTextInParagraph
3 months ago
Tony Qu
670234df9f
Merge pull request #1541 from lahma/fix-analyzer-issues
Fix analyzer reported issues
3 months ago
Tony Qu
68ce2689aa
Merge pull request #1544 from lahma/net9-sdk
Use NET 9 SDK in GitHub Actions to compile solution
3 months ago
Marko Lahma
1278918598
Use NET 9 SDK to compile solution
3 months ago
Pieter Polak
1d1539473a
Fix pattern formatting - return correct field for pattern fill foreground color
3 months ago
Tony Qu
50016c28c0
Merge pull request #1542 from LessIsMoreInSZ/NewZtring
Use ZString StringBuilder to replace System.Text.StringBuilder
4 months ago
JYJ
7888f0aaf1
commit dependency
4 months ago
Marko Lahma
31c899c60e
Fix analyzer reported issues
* Use 'string.Contains(char)' instead of 'string.Contains(string)' when searching for a single character
* Type 'XXX' can be sealed because it has no subtypes in its containing assembly and is not externally visible
* To avoid double lookup, call 'TryAdd' instead of calling 'Add' with a 'ContainsKey'
* Prefix generic type parameter name with 'T'
4 months ago