私の歴史と今

振り返ると恥ずかしくなるのが私の歴史。だけどそのときは真面目に書いていた訳でね。そんな今の私を書いていく。

Apache POI サポートされていない式

本家で確認
http://poi.terra-intl.com/hssf/formula.html

Supported Features

  • Cell References
  • String, integer and floating point literals
  • Area references
  • Relative or absolute references
  • Arithmetic Operators
  • Sheet Functions

これらはサポートされているのね。

Partially supported

  • The formula parser now has the ability to parse formulas containing strings. However formulas that return a string value are not yet supported.
  • Formula tokens in Excel are stored in one of three possible classes : Reference, Value and Array. Based on the location of a token, its class can change in complicated and undocumented ways. While we have support for most cases, we are not sure if we have covered all bases (since there is no documentation for this area.) We would therefore like you to report any occurence of #VALUE! in a cell upon opening a POI generated workbook in excel. (Check that typing the formula into Excel directly gives a valid result.)

stringを返す式はサポートされてないのか。ふむ。

Not yet supported

  • Array formulas
  • Formulas with logical operations (IF)
  • Sheet References in formulas
  • Everything else :)

配列はサポートされてないのね。。。どおりで。。。
IFもか。。。


配列は読み込む事さえできなかった気がするけど、
サポート外のものは全部読み込めないのかな。
テンプレートを使うとき不便だ。