Summary: | [RFE] Using logical conditions in setCellFormula method | ||
---|---|---|---|
Product: | POI | Reporter: | sridevi <sridevi.malladi> |
Component: | POI Overall | Assignee: | POI Developers List <dev> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | avik |
Priority: | P3 | ||
Version: | 2.0-dev | ||
Target Milestone: | --- | ||
Hardware: | Other | ||
OS: | other |
Description
sridevi
2002-09-11 12:45:35 UTC
HSSF doesn't support "Optimized If" functions yet. I'm actually working on this right now. Can you attach a few sheets with Optimized Ifs? I've been generating them but it would be good to get some other cases. At least writing them seems to work at the moment, but reading them isn't. Avik if you get time can you look at what I've done? I'm trying to think of an elegant way to do it, but boy the way these are done is ugly. formulaparser patched to support all logical operations. please verify and thanks for the bug report. |