• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Excel sheet not getting deleted in the back end - POI

 
Ranch Hand
Posts: 36
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am trying to remove the excel sheet at particualr index in a excel file using the Apache POI using the removeSheetAt() method of the HSSFWorkbook class and the sheet is getting deleted also from the front end but due to some unknown reasons i am still able to see the sheet in Visual basic screen which is effecting my macros. Can anyone help me so that my sheet is deleted completely from the back end.

I am using one of the latest version of the poi i.e. poi-3.7-20101029.
 
reply
    Bookmark Topic Watch Topic
  • New Topic