Re: Excel Sheet: Sheet problem

2021-06-06 Thread Zulfi Khan
Hi thanks Carl. I am still getting problem but now with workbook, I initialized it to null but i am performing an operation on workbook in the try-catch block but it is not initializing workbook. My code is gievn below. I dont have any other file in the project related to this this project.I d

Re: Excel Sheet: Sheet problem

2021-06-01 Thread Carl Mosca
Perhaps you could make your code along with an example worksheet available in a publicly accessible (git) repo. It would be easier for someone to reproduce and debug the issue...assuming the answer that has already been provided is not applicable or unclear. Otherwise, folks will have to help an i

Re: Excel Sheet: Sheet problem

2021-05-31 Thread Juan Algaba
You are missing the import statement for "Sheet" If you click the light bulb with the red exclamation mark on the left netbeans can fix it for you. -- - Juan Algaba - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org

Re: Excel Sheet: Sheet problem

2021-05-31 Thread Zulfi Khan
Hi,I have sent my question to apache poi list but no body is replying. Please tell me the correct email address. Zulfi. On Sunday, May 16, 2021, 7:11:38 PM CDT, Andreas Reichel wrote: Hello Zulfi. On Mon, 2021-05-17 at 00:06 +, Zulfi Khan wrote: Sheet sheet = workbook.getSheetAt()

Re: Excel Sheet: Sheet problem

2021-05-16 Thread Andreas Reichel
Hello Zulfi. On Mon, 2021-05-17 at 00:06 +, Zulfi Khan wrote: > Sheet sheet = workbook.getSheetAt(); The Sheet Index is missing when calling getSheetAt( ); Also this is the Netbeans list and you will better ask any question on the Apache POI list. Best regards Andreas