资讯

Q: I’ve been asked to extend my company’s Java-based spreadsheet software to read and write Excel spreadsheets. Can you recommend an open source Java library that will help me with this task?
Another option for writing an Excel file is to write the output in CSV (comma-separated value) format. You can also read a CSV file from a Java application.