LoginSignup
4
4

More than 5 years have passed since last update.

GrapeでApache POIのMicrosoft Office 2007以降対応を記述する方法

Posted at

普通にGrabを書いてもSAXのエラーが出て上手く動かない。excludeにxml-apisを追加したら特に問題なく動いた。

@Grapes([
    @Grab("org.apache.poi:poi-ooxml:3.+"),
    @GrabExclude("xml-apis:xml-apis"),
])

POIのバージョンに依存すると思うが、どのバージョンだとこうする必要があるのかは未検証。

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4