0

Possible Duplicate:
How to write to the SAME excel sheet using JXL API?

i am reading one excel file and validating the same. If validation is not success, i want to display some error on the same sheet. So how it can be possible? Can any one have any idea?

Community
  • 1
  • 1
janasainik
  • 811
  • 5
  • 20
  • 40

1 Answers1

0

I guess the only way is to create a temporary file of the original file and read the temporary file. Do the validations. Open the original file for writing and display the error message. Finally delete the temporary file :-)

rozar
  • 1,058
  • 3
  • 15
  • 28