Your explanation is very appreciable. So neat and easy to understand. Really its helping me a lot in getting my concepts clear. Thank you very much for letting us understand in very well manner.
I found this topic a little bit hard, and where I learnt it before, I haven't had much in depth clarity. But after watching your video it's getting clearer a bit ...
Your explanation is very good Sir... If I want to use HashMap to store this data as a key-value pair as a First Row is Keys And remaining Rows are Value Respectively then which changes I have to do in this code??
Thanks buddy 🙂 How can you create that key value pair buddy? Every row is unique ryt? may be you can consider one cell value as key and then the entire row as value.
I'm getting [ error statuslogger log4j2 could not find a logging implementation. please add log4j-core to the classpath. using simplelogger to log to the console... ]this error msg in console what does this mean??
Hi , first i'll thank you for your video, i tried to import apache hssfworkbook etc... i added the my project many JAR's file POI_...... but unfortunately , the import didin't succed, i use jdev 11g , please guide me to the solution, wich Jar do i use for this version of jdev thanks
There are tons of scenarios where you need to use the excel files buddy. For eg: If you want to store the test data used in test automation then you can go for excel sheet. If the data is stored in excel, you should know how to read it into the program right?
You can create it easily brother. First verify whether the checkbox is checked or not and based on that perform the check or uncheck operation. Let me know if you can't figure it out.
@@abhinavkumar2607 if you have created an extra class for all these kind of action methods then you can place this method inside that class and you can use it in your entire project.
Hi. While I want to import and read Excel data in Java, "XSSFSheet sheet = workbook.getSheetAt(0);" I am getting an error in this line. The error is: "The method getCell(int) is undefined for the type Object". I don´t know how to solve this error. Please help me out. Thanks in advance!!
How many ways to read input file. I am using workbookfactory with fileinput stream to read input file but it gives error that mark(int ) not supported? Why ? Reply plz
You can use workbook & sheet instead of XSSFWorkbook/HSSFWorkbook and XSSFSheet/HSSFSheet. Here Workbook is an interface, so it will store both xssf and hssf workbooks. In the starting u need to check for the file extension and based on that extension u can create the workbook. Let me know if u r not able to do it.
@@HYRTutorials I am using same but while using my code here cell = row.getcellType(rowindex, Row.MissingCellPolicy); It gives nosuchfield create_null as blank error when we use missing cell policy.
@@HYRTutorials what will be the solution for no such field error while using missingcellpolicy. If m not using that then it gives input string =" " error
Hi Sir, Here I have one doubt.. For writing anything in the workbook means we will create the object for workbook..Here we are reading the file only..then y here we are creating the object and passing the file as parameter.. Existing excel only we are going to read then y we need to create the object and what is the use in it.. It's really confusing me sir.. Pls clarify my doubts...
Also one more doubt which I forget to mention above...Why we are convrrting numeric value into string.. Bcoz if it is numeric value we have to print as it is na.. So that is also confusing me
Here we are not creating a new excel file buddy. We are creating file class instance in order to use use the file in java. If you wanted to perform any kind of operation i.e read or write or update, file instance should be created so that we can use that instance to perform the mentioned operations. Coming to your second doubt: I have shown a way to read any kind of value in the form of string. This is purely depending on our need only.
Hiiii, I have another question to you : ) Scenario - This is how my excel looks like: 1° column - Customer name 2° column - Customer type So there are many lines with this information! ------------------------------------------------------------------------- My automation will not need "ALL" the excel information. lets say that the automation will find the exact customer name in the web application. Then with this information (Customer name) I need to read the excel to discover the Customer type. My question is: - How can I search for the exact meet customer name in the excel (using Apache POI ore any other API). - After search, discover the index from the cell in the column 1 - And look to the same index but in the column 2 - Bring the content from the cell - column 2- and print it than I will be able to decide what to do E.g. If ( CustomerName == partner) { Send this email }Else{ Send a different email. } Can you help me with that ??? Thank you so much
If you understand the concept of how to read the data from Excel then u r good to go. When u r iterating the for loop check for the exact text u want to verify. If you find it, then take that index. Just apply the logics bro.
Hiii bro, im facing one error, please help me with this... Exception in thread "main" java.lang.NullPointerException: Cannot invoke "org.apache.poi.xssf.usermodel.XSSFRow.getCell(int)" because the return value of "org.apache.poi.xssf.usermodel.XSSFSheet.getRow(int)" is null
facing error in above code line number 14 at my end and error is "XSSFWorkBook cannot be resolved to a type" and not able able to import what should i do? ... its allow to import as HSSFWorkbook and after run its throw "Exception in thread "main" org.apache.poi.poifs.filesystem.OfficeXmlFileException"
📌 Apache POI Playlist Link: bit.ly/2RrngrH
✴ Checkout my other playlists: bit.ly/3gLIAVL
☕ Buy me a coffee: bit.ly/33ljBWc
Your explanation is very appreciable. So neat and easy to understand. Really its helping me a lot in getting my concepts clear. Thank you very much for letting us understand in very well manner.
Glad to hear that
Thankyou so much sir....you are the best teacher for testing on TH-cam
So nice of you
I found this topic a little bit hard, and where I learnt it before, I haven't had much in depth clarity. But after watching your video it's getting clearer a bit ...
Super buddy
It is truely very clear and easy to understand thank you and keep going
Thank you, I will
Bro nee videos chala bagunnai, thanks you so much ❤️.
Thankyou buddy 😊
Hi HYR gaaru, i learnt a lot from your videos till now. now am trying to learn frameworks. can you please make a videos on frameworks please
Super buddy
Concept is crystal clear .Thanks
Thank you. Keep Watching
Thank you for the clear explanation!!!
Happy learning buddy 😊
Your explanation is very good Sir...
If I want to use HashMap to store this data as a key-value pair as a First Row is Keys And remaining Rows are Value Respectively then which changes I have to do in this code??
Thanks buddy 🙂
How can you create that key value pair buddy? Every row is unique ryt?
may be you can consider one cell value as key and then the entire row as value.
Thank you. Really helped me to understand POI
Glad to hear that!
Thank u sir for providing valuable knowledge... Sir plz make video on how to write in excel sheet by using selenium webdriver
Thankyou 😊
Checkout the next video in this playlist.
th-cam.com/play/PLacgMXFs7kl9yyK8YqzEzXy9Zg3JE0eWW.html
Thank you very much for sharing your knowledge. Thank you for it.
Happy learning buddy 😊
It is really helpful for me. Thanks
Glad to hear that
Please upload pom, different frame works
thanks bro..l loved the lecture
Thankyou buddy 😊
Thank you sir..☺☺ Subcribed
hello brother it was useful...but i want to know how to add that converted string in data driven framework. please do reply i have a assignment today
Checkout my TestNG playlist buddy
My file is in .csv format. Please suggest on the same.. Its as excel but in .csv format
Try converting the csv to excel file and then perform this operation buddy
I'm getting
[ error statuslogger log4j2 could not find a logging implementation. please add log4j-core to the classpath. using simplelogger to log to the console... ]this error msg in console what does this mean??
It must be a simple warning kind of error message buddy. Which means it won't block your execution
Is it possible to work with online excel data sheet in my selenium framework? I don't have ms office in my system.
I don't think we can work with the online excel sheet.
For working with excel sheet, you don't have to install the ms office.
Very well explained..
Thankyou
Thank you sir
Welcome buddy 😊
if we have to choose any particular cell , or rows
Hi ,
first i'll thank you for your video, i tried to import apache hssfworkbook etc... i added the my project many JAR's file POI_...... but unfortunately , the import didin't succed,
i use jdev 11g , please guide me to the solution, wich Jar do i use for this version of jdev
thanks
Have no idea about jdev.
Hi.. I want to get the row index value. Like 1,2,3.. Etc .row numbers. Could you please tell me how to get that rown number?
Get physical number of rows and then iterate the for loop
Hello sir, your videos are really helpful.....thank you so much...can you please make a video on the hybrid framework
Thankyou buddy 😊
Sure buddy
Sir pls give any ex where we can provide this data directly from Excel sheet
There are tons of scenarios where you need to use the excel files buddy.
For eg: If you want to store the test data used in test automation then you can go for excel sheet.
If the data is stored in excel, you should know how to read it into the program right?
But how to given data ?
Can u make video on orange HR app.
Then it's very easily for understanding
@@HYRTutorials pls can u make
@@SagarPatil-8411 can u check the TestNG playlist
can you please tell me changes to read ODS instead of XLSX
Never tried that buddy
I have questions
I want exclude the header of the excel
Could you please share rhe logic here or anyone knows about that
Hi, I'm not able to import constants in switch conditon cases please help on same
I guess this is resolved ryt?
how to add in string n= sheet.getrow().getcell().getstring value()
;
Check the TestNG playlist buddy
super sir
Thanks buddy 😊
please upload generic method for check box?
You can create it easily brother.
First verify whether the checkbox is checked or not and based on that perform the check or uncheck operation.
Let me know if you can't figure it out.
@@HYRTutorials can we create a reusable code for that?
@@abhinavkumar2607 if you have created an extra class for all these kind of action methods then you can place this method inside that class and you can use it in your entire project.
how can we remove or delete the row from excel sheet using apache poi?
Xssfrow rowtobedeleted= Sheet.getrow(rowIndex);
Sheet.removerow(rowtobedeleted);
Hi. While I want to import and read Excel data in Java, "XSSFSheet sheet = workbook.getSheetAt(0);" I am getting an error in this line. The error is: "The method getCell(int) is undefined for the type Object". I don´t know how to solve this error. Please help me out. Thanks in advance!!
Send me the code on hyadagirireddytutorials@gmail.com
How many ways to read input file. I am using workbookfactory with fileinput stream to read input file but it gives error that mark(int ) not supported? Why ? Reply plz
You can read data in many ways but the easiest one is i have shown in this video.
Did you try this method (whatever i have shown in this video)?
@@HYRTutorials what to do if i want to read both xls and xlsx format in using same java class
You can use workbook & sheet instead of XSSFWorkbook/HSSFWorkbook and XSSFSheet/HSSFSheet.
Here Workbook is an interface, so it will store both xssf and hssf workbooks.
In the starting u need to check for the file extension and based on that extension u can create the workbook.
Let me know if u r not able to do it.
@@HYRTutorials I am using same but while using my code here
cell = row.getcellType(rowindex, Row.MissingCellPolicy);
It gives nosuchfield create_null as blank error when we use missing cell policy.
@@HYRTutorials what will be the solution for no such field error while using missingcellpolicy. If m not using that then it gives input string =" " error
My file doesn't have any extension like (.xlsx)
I have to use filename or filename.xlsx?
Go-to the properties of that excel file and you will be able to see the extension buddy
Hi Sir,
Here I have one doubt.. For writing anything in the workbook means we will create the object for workbook..Here we are reading the file only..then y here we are creating the object and passing the file as parameter.. Existing excel only we are going to read then y we need to create the object and what is the use in it.. It's really confusing me sir.. Pls clarify my doubts...
Also one more doubt which I forget to mention above...Why we are convrrting numeric value into string.. Bcoz if it is numeric value we have to print as it is na.. So that is also confusing me
Here we are not creating a new excel file buddy.
We are creating file class instance in order to use use the file in java.
If you wanted to perform any kind of operation i.e read or write or update, file instance should be created so that we can use that instance to perform the mentioned operations.
Coming to your second doubt: I have shown a way to read any kind of value in the form of string. This is purely depending on our need only.
Hiiii, I have another question to you : )
Scenario - This is how my excel looks like:
1° column - Customer name
2° column - Customer type
So there are many lines with this information!
-------------------------------------------------------------------------
My automation will not need "ALL" the excel information. lets say that the automation will find the exact customer name in the web application. Then with this information (Customer name) I need to read the excel to discover the Customer type.
My question is:
- How can I search for the exact meet customer name in the excel (using Apache POI ore any other API).
- After search, discover the index from the cell in the column 1
- And look to the same index but in the column 2
- Bring the content from the cell - column 2- and print it
than I will be able to decide what to do
E.g.
If ( CustomerName == partner)
{
Send this email
}Else{
Send a different email.
}
Can you help me with that ???
Thank you so much
If you understand the concept of how to read the data from Excel then u r good to go.
When u r iterating the for loop check for the exact text u want to verify.
If you find it, then take that index.
Just apply the logics bro.
@@HYRTutorials Thank you so much!
I am still a beginner... I didn't know that it was possible. Have a good day!!!
@@gilsonsouza8159 it is possible and easy only if u put a little bit of logic.
how to read a drop-down list in excel using selenium Apache POI
Do you want to read the drop-down list from a web page or excel file?
hi i am getting filenotfound error ehat should i do now ?? Help me with this error
Check the file path you have given buddy.
getting error in numeric ,string and boolean
What error buddy
please provide the code
Hiii bro, im facing one error, please help me with this...
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "org.apache.poi.xssf.usermodel.XSSFRow.getCell(int)" because the return value of "org.apache.poi.xssf.usermodel.XSSFSheet.getRow(int)" is null
You are trying to access the cell which is not created budddy
facing error in above code line number 14 at my end and error is "XSSFWorkBook cannot be resolved to a type" and not able able to import what should i do? ... its allow to import as HSSFWorkbook and after run its throw "Exception in thread "main" org.apache.poi.poifs.filesystem.OfficeXmlFileException"
U must have missed some libraries while doing the setup.
Watch the previous video for setup buddy
@@HYRTutorials Yes its working now thanks