Files in Java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Files in Java

Hi! I am working with files in Java and excel. I need to delete a given row or column. So that the formulas are not affected when they are erased, they must be automatically corrected. I really need your help!! Thank you

1st Nov 2018, 5:08 PM
Fanny Torres Gonzalez
Fanny Torres Gonzalez - avatar
3 Answers
+ 6
Hm, hard to tell without further information... Do you use a framework for the excel handling stuff, like Apache POI? If so, this will help you ;) https://stackoverflow.com/questions/20955595/excel-formula-not-updating-on-row-delete-from-java-application-using-apache-poi
2nd Nov 2018, 4:39 AM
Tashi N
Tashi N - avatar
+ 1
Hm maybe if you see my code you’ll have an idea of what I’m missing. I’ve work so hard on it but I don’t know how to erase the rows and columns and I really need a good grade
2nd Nov 2018, 4:48 AM
Fanny Torres Gonzalez
Fanny Torres Gonzalez - avatar
0
Im missing the option on the menu that deletes a row or a collum on the Excel document and the option that creates a new row or a collum on the Excel document. Im using a CSV reader in order to analize the file that the user gives me. Its also required that after doing a operation like this, the results of the document must ve printed through the console. I also have a method that prints the information of the document on the console
2nd Nov 2018, 5:03 AM
Fanny Torres Gonzalez
Fanny Torres Gonzalez - avatar