I need some help with creating .xlsm file from a string data in java. I have a .xlsm file with multiple sheets, stored as text in sybase database. I read this file content from the database in a java string and now I want to create .xlsm file from this string data. is this possible ?
Any help is highly appreciated.
thank you.