aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCell.java
Commit message (Expand)AuthorAgeFilesLines
* partially revert cell toString changesPJ Fanning2025-03-231-1/+0
* partially revert cell toString changesPJ Fanning2025-03-231-3/+8
* refactor cell toString to use DataFormatterPJ Fanning2025-02-131-10/+4
* [github-682] Add CellPropertyType and CellPropertyCategory enums. Thanks to D...PJ Fanning2024-08-271-1/+1
* javadoc issuesPJ Fanning2024-05-081-1/+1
* [bug-66661] revert github-269 due to it breaking formulas with table referencesPJ Fanning2023-06-221-14/+1
* use 'an'PJ Fanning2023-03-181-2/+2
* safety check on throwable catchPJ Fanning2023-02-141-1/+4
* add util code to rethrow fatal exceptionsPJ Fanning2023-02-141-0/+4
* [bug-66365] rework XSSFCell getRichStringCellValue and getStringCellValue to ...PJ Fanning2022-11-281-27/+33
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-141-1/+1
* allow HSSFSharedStringPJ Fanning2022-07-121-1/+7
* [bug-51037] apply default column style if no style setPJ Fanning2022-07-011-4/+39
* minor perf issuePJ Fanning2022-02-141-2/+3
* monor perf issue in XSSFCellPJ Fanning2022-02-141-2/+3
* code tidy upPJ Fanning2021-12-181-3/+3
* javadocPJ Fanning2021-11-261-6/+6
* [github-269] more work on external workbook links (formulas). Thanks to @aspo...PJ Fanning2021-11-021-1/+14
* revert github-267 due to broken testsPJ Fanning2021-10-251-4/+1
* [github-267] Issue with sheet range in formula With spaces and quotes. Thanks...PJ Fanning2021-10-251-1/+4
* support copying to hssf rowPJ Fanning2021-10-061-15/+14
* javadoc issuePJ Fanning2021-10-061-1/+1
* javadoc issuePJ Fanning2021-10-061-0/+1
* genericise cell copy logicPJ Fanning2021-10-061-61/+3
* fix spellingPJ Fanning2021-07-241-1/+1
* remove unchecked cast from setHyperlinkPJ Fanning2021-07-241-1/+6
* activate javadoc lint and fix errorsAndreas Beeker2021-05-211-50/+20
* Bug 63339: Use removeFormulaImpl() where possible and add a test which verifi...Dominik Stadler2021-05-131-24/+20
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-04-071-0/+1263