Hello. I am new in docx4j and openxml. I have a necessity to create the excel file which is contain N separate tables (existing template) with pre-created charts according these tables. Actually, I need to replace some text placeholders with the values from database and show to the user completely generated Excel document.
I checked the sample with replacing values, it is working for me after obtaining the latest patch in the source code. Unfortunately, ...