java - How to get the outputs from console to an excel sheet -
I wrote a code that takes all the rows and columns from the excel sheet and I see it in the console. Now I want this output as an input for another Excel sheet. Can anyone guide me in the right way? I am using Java and Apache POI
You can access this tutorial You can work together to find out how to create and write Excel from Java.
You can set the argument for System.in to get console input.
Comments
Post a Comment