apache poi - Missing Content in .xlsx files -


so have standard .xlsx templates when merged through conga composer, gives out output .xlsx file. problem output file missing content original template file. problem observed when create xssfworkbook. when save input template .xls file output same input without missing content.

    opcpackage pkg = opcpackage.open(new file("workbook1.xlsx"));     xssfworkbook workbook = new xssfworkbook(pkg);     ....     workbook.write(fileoutputstream); 

i know why behavior observed in case of .xlsx templates.

i glad give further details other code snippets help.

thanks in advance.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -