Is possible to use JXLS with java 1.4? -
the server java machine i'm using java 1.4 , need work excel templates...can use jxls? i'm geting error: net/sf/jxls/transformer/xlstransformer (unsupported major.minor version 49.0)
finally, i've solved problem. i've needed use next libraries:
- poi 3.2
- jxls 0.9.8
- jexl 1.0
- poi ooxml 3.12
- org apache commons logging
Comments
Post a Comment