Forum Discussion

Don's avatar
Don
Contributor
9 years ago
Solved

Opening and updateing an excel sheet using jxl

Hello,   I am working using the following code example but I am unable to get it to work.   import jxl.*; import jxl.write.*; import java.io.*; public class CreateExcel_JxlApi {     public st...