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

Popular posts from this blog

android - Pass an Serializable object in AIDL -

php - Improving script execution time -

How to provide Authorization & Authentication using Asp.net, C#? -