Search code examples
javaexcelexcel-2007

writing to excel in java


Can someone point me in the right direction for writing to an excel file in java?? I am not understanding the links I found online. Could you just send me a link or anything which I could follow through??

Thank you, J


Solution

  • Not to be banal, but Apache POI can do it. You can find some code examples here:
    http://poi.apache.org/spreadsheet/examples.html