Quantcast
Channel: NPOI
Viewing all articles
Browse latest Browse all 1621

New Post: Saving large workbooks

$
0
0
I have the same problem :(

MemoryStream WriteToStream()
{
    //Write the stream data of workbook to the root directory
    MemoryStream file = new MemoryStream();
    hssfworkbook.Write(file);
    return file;
}
generate the error in the line:
 hssfworkbook.Write(file);
constructs the workbook but in the moment of make the write... failure!!

no way I finished building the excel?

Viewing all articles
Browse latest Browse all 1621

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>