Quantcast
Channel: Active questions tagged excel - Stack Overflow
Viewing all articles
Browse latest Browse all 88854

Apache POI DataFormat limitations vs method invocations

$
0
0

Java 8 and Apache POI 4.x here. I've found evidence that you can only get 64K different data formats via dataFormat.getFormat(...). But does that mean you can call dataFormat.getFormat(...)any number of times, so long as your app is using 64K (or less) different data formats? Or does it mean you can only apply formatting (and thus call dataFormat.getFormat(...) 64K times before you start getting errors?


Viewing all articles
Browse latest Browse all 88854