javaexcelopenxls

Writing a formula to a cell with OpenXLS


I'm using Java and OpenXLS to write out an Excel spreadsheet. I want to set a formula for a cell but I haven't got a clue how to do it. Can anybody help me, please? :)

(Can't tag this with "openxls" because I'm a new user...)


Solution

  • I don't know about OpenXLS, but it's easy to do with Andy Khan's JExcel. I'd recommend trying it. I think it's far superior to POI; I'm betting that it's better than OpenXLS as well.