Writing data into >xlsm file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • monai
    New Member
    • Jan 2012
    • 3

    Writing data into >xlsm file

    I need the code or may be the java API used for reading/writing a .xlsm(macro-enabled excel sheet)file.
    HSSF or XSSF is used for .xls file format only ... i have tried them for .xlsm file but its not running..
    Kindly suggest or post the code

    Note: I need it for .xlsm file format only !!!!
  • Tassos Souris
    New Member
    • Aug 2008
    • 152

    #2
    have you looked at http://jexcelapi.sourceforge.net/ ?

    Comment

    • monai
      New Member
      • Jan 2012
      • 3

      #3
      Originally posted by Tassos Souris
      hii Tassos,
      Thankx for ur concern but there's nothing specified that this api can be used for .xlsm file format...its mentioned for only excel spreadsheet

      Comment

      • monai
        New Member
        • Jan 2012
        • 3

        #4
        Originally posted by Tassos Souris
        Hey Tassos...jxl api supports only .xls file format :(

        Comment

        Working...