Search found 6 matches

by HEB768
Thu Jun 13, 2024 1:04 pm
Forum: HSSFR4
Topic: Protect sheet when xlsx
Replies: 7
Views: 78857

Re: Protect sheet when xlsx

Hi Scott. The protect Sheet with Excel XLSX working now with your solution. Thank you very much for you help.
by HEB768
Wed Jun 12, 2024 1:31 pm
Forum: HSSFR4
Topic: Protect sheet when xlsx
Replies: 7
Views: 78857

Re: Protect sheet when xlsx

Hi,

I changed the class of the 'protectSheet' method in the prototype using the XSSFSheet class and I end up with an error that it can't find the method. On the other hand, when I use the 'protectSheet' method with the HSSFSheet class with an XLSX file of the XSSFWorkbook class, the program ends ...
by HEB768
Tue Jun 11, 2024 6:16 pm
Forum: HSSFR4
Topic: Protect sheet when xlsx
Replies: 7
Views: 78857

Re: Protect sheet when xlsx

Hi, I have the same problem of you when I want to use xlsx. I can not protected the sheet. Can you capture the protoype of you solution please to watch if I have the same pleased.
by HEB768
Mon Jun 10, 2024 7:01 pm
Forum: HSSFR4
Topic: Error on XLCRTDEMO
Replies: 15
Views: 155021

Re: Error on XLCRTDEMO

Hi

Thank you for your help. It's working now. I missed the xmlbeans-2.5.0 jar on my CLASSPATH and now everything is ok.
by HEB768
Tue May 28, 2024 1:50 pm
Forum: HSSFR4
Topic: Error on XLCRTDEMO
Replies: 15
Views: 155021

Re: Error on XLCRTDEMO


I didn't have my java path setup correctly. I had a friend help me out and now it works just fine... my mistake from learning as I go.


Hi, I have the same problem that you have.
Cause . . . . . : RPG procedure XLCRTDEMO in program POI36/XLCRTDEMO
received Java exception "java.lang ...
by HEB768
Fri May 17, 2024 6:27 pm
Forum: HSSFR4
Topic: Apache POI 3.6 - ClassPath error in XSSF mode
Replies: 3
Views: 91464

Re: Apache POI 3.6 - ClassPath error in XSSF mode

Hi,
I’m contacting you for the following problem. At my client's site, we are currently using the org.apache.poi.xssf.usermodel.HSSFWorkbook class without problem in a production program. We would like to modify the program to integrate the org.apache.poi.xssf.usermodel.XSSFWorkbook class in order ...