index
:
poi.git
BUILD_BRANCH
NIO_32_BRANCH
NIO_BRANCH
REL_1_5_BRANCH
REL_2_BRANCH
REL_3_10_BRANCH
REL_3_11_BRANCH
common_sl
dependabot/gradle/batikVersion-1.18
dependabot/gradle/com.fasterxml.woodstox-woodstox-core-7.1.0
dependabot/gradle/com.github.spotbugs-6.0.24
dependabot/gradle/com.github.spotbugs-6.0.25
dependabot/gradle/com.github.spotbugs-6.0.26
dependabot/gradle/com.github.spotbugs-6.0.27
dependabot/gradle/com.google.guava-guava-33.3.1-jre
dependabot/gradle/com.google.guava-guava-33.4.0-jre
dependabot/gradle/de.thetaphi.forbiddenapis-3.8
dependabot/gradle/junitVersion-5.11.2
dependabot/gradle/junitVersion-5.11.3
dependabot/gradle/junitVersion-5.11.4
dependabot/gradle/log4jVersion-2.24.1
dependabot/gradle/log4jVersion-2.24.2
dependabot/gradle/log4jVersion-2.24.3
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.10
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.11
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.3
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.4
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.5
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.7
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.10
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.11
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.3
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.4
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.5
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.7
dependabot/gradle/org.apache.santuario-xmlsec-4.0.3
dependabot/gradle/org.apache.xmlbeans-xmlbeans-5.2.2
dependabot/gradle/org.mockito-mockito-core-5.14.1
dependabot/gradle/org.mockito-mockito-core-5.14.2
dependabot/gradle/org.sonarqube-6.0.0.5145
excelant
gsoc2012
hemf
hssf_cryptoapi
jakarta-poi
log4j
maven
mv
ooxml
performance-branch
ss_border_property_template
table-borders
trunk
wmf_render
xml_signature
xssf_structured_references
Mirror of Apache POI: https://github.com/apache/poi
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for bug 40414 - update selected/active sheet after removing sheet from wo...
Josh Micich
2008-05-16
4
-6
/
+121
*
Simplification of BiffViewer. Made easier to send results to file.
Josh Micich
2008-05-16
1
-346
/
+199
*
Should have been submitted with r656893 (for bug 44523)
Josh Micich
2008-05-16
1
-28
/
+124
*
44523 - fixed workbook sheet selection and focus
Josh Micich
2008-05-15
7
-82
/
+206
*
bug 45000 - Fixed NPE in ListLevel when numberText is null
Josh Micich
2008-05-15
3
-31
/
+39
*
added a set accessor for embedded ole data
Yegor Kozlov
2008-05-15
2
-2
/
+22
*
convert line breaks into internal ppt represenatation when changing text
Yegor Kozlov
2008-05-14
5
-8
/
+35
*
Support for embedded ActiveX objects: PowerPoint references them similar to e...
Yegor Kozlov
2008-05-14
7
-23
/
+229
*
properly update TextSpecInfoAtom when parent text is changed
Yegor Kozlov
2008-05-14
3
-12
/
+222
*
added test case for reported bug 44987
Josh Micich
2008-05-13
1
-13
/
+35
*
Added boolean flag to turn on use of merged columns in autosize
Yegor Kozlov
2008-05-11
1
-18
/
+41
*
41187 - fixed HSSFSheet to properly read xls files without ROW records
Josh Micich
2008-05-11
16
-1360
/
+615
*
bug 23630 - fixed spelling mistake in constant name
Josh Micich
2008-05-11
2
-18
/
+10
*
removed unused constructor and old comment after r654649
Josh Micich
2008-05-08
1
-12
/
+0
*
fixed mistake in FuncPtg.clone(), added test case, cleaned up outdated (since...
Josh Micich
2008-05-08
2
-39
/
+22
*
tiny clean-up after r654356 (bug 44950)
Josh Micich
2008-05-08
1
-6
/
+0
*
44950 - fixed HSSFFormulaEvaluator.evaluateInCell() and Area3DEval.getValue()...
Josh Micich
2008-05-08
13
-222
/
+292
*
Update a test to match the new warning on short files
Nick Burch
2008-05-07
1
-1
/
+1
*
Add disabled test for bug #44898, and slightly improve a few poifs related er...
Nick Burch
2008-05-06
5
-3
/
+42
*
Another attempt to fix unicode problems in functionMetadata.txt. Made that f...
Josh Micich
2008-05-06
4
-59
/
+136
*
Fix up the functionMetadata.txt stuff to be end-to-end UTF8. Was assuming it ...
Nick Burch
2008-05-06
4
-52
/
+67
*
Fix int -> short issues that no longer apply
Nick Burch
2008-05-06
1
-7
/
+8
*
Improve JavaDocs about iterators and gaps
Nick Burch
2008-05-06
2
-2
/
+5
*
42570 - fixed LabelRecord to use empty string instead of null when the length...
Josh Micich
2008-05-06
6
-34
/
+62
*
42564 - fixed ArrayPtg to use ConstantValueParser. Fixed a few other ArrayPt...
Josh Micich
2008-05-06
10
-284
/
+291
*
Follow-on from 28754 - StringPtg.toFormulaString() should escape double quotes
Josh Micich
2008-05-05
4
-118
/
+137
*
Added test case method javadoc for old bug 44675
Josh Micich
2008-05-05
1
-0
/
+8
*
restored mistakenly commented line
Yegor Kozlov
2008-05-05
1
-1
/
+1
*
bug #44235 is not reproducible in 3.1-beta1
Yegor Kozlov
2008-05-05
2
-0
/
+12
*
getting ready to 3.1-beta2
Yegor Kozlov
2008-05-05
1
-0
/
+17
*
take into account indentation in HSSFSheet.autosizeColumn
Yegor Kozlov
2008-05-05
1
-1
/
+1
*
take into account indentation in HSSFSheet.autosizeColumn
Yegor Kozlov
2008-05-05
2
-6
/
+8
*
Swapped ArrayIndexOutOfBoundsException for plain array length check in Abstra...
Josh Micich
2008-05-03
1
-3
/
+5
*
44929 - Improved error handling in HSSFWorkbook when attempting to read a BIF...
Josh Micich
2008-05-03
3
-123
/
+144
*
Fixed 44675 - Parameter operand classes (function metadata) required to encod...
Josh Micich
2008-05-03
11
-14
/
+186
*
should have been submitted with r652934
Josh Micich
2008-05-02
1
-14
/
+3
*
44921 - allow Ptg.writeBytes() to be called on relative ref Ptgs (RefN* and A...
Josh Micich
2008-05-02
12
-102
/
+70
*
added disabled junit for bug 44916
Josh Micich
2008-05-01
4
-30
/
+98
*
44914 - Fix/suppress warning message - WARN. Unread n bytes of record 0xNN
Josh Micich
2008-05-01
6
-224
/
+206
*
fixed bug 44892 - made HSSFWorkbook.getSheet(String) case insensitive
Josh Micich
2008-05-01
5
-7
/
+29
*
Tests to show that bugs 44891 and 44861 were both already fixed
Nick Burch
2008-04-30
5
-2
/
+38
*
more work on rendering ppt slides
Yegor Kozlov
2008-04-30
23
-176
/
+632
*
a few more words in the release guide
Yegor Kozlov
2008-04-30
1
-6
/
+51
*
more flexible creation of a cluster
Yegor Kozlov
2008-04-30
1
-2
/
+25
*
correctly process PICT blips (see bug #44886)
Yegor Kozlov
2008-04-30
4
-17
/
+222
*
start a new section for 3.1-beta2
Yegor Kozlov
2008-04-30
2
-2
/
+10
*
Fix from Trejkaz from bug #44857 - Avoid OOM on unknown escher records when E...
Nick Burch
2008-04-27
5
-3
/
+34
*
As mentioned on dev@ - zap the old, initial OOXML code out of trunk. It isn't...
Nick Burch
2008-04-23
22
-2322
/
+0
*
unfinished release guide. It would be nice to have a html version.
Yegor Kozlov
2008-04-21
2
-101
/
+135
*
unfinished release guide. It would be nice to have a html version.
Yegor Kozlov
2008-04-21
1
-0
/
+101
[next]