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

New Post: Write to XLSX file issue

$
0
0
I have an existing excel file (2007) to write to. I open it like in c#
            using (FileStream file = new FileStream(bestand, FileMode.Open, FileAccess.ReadWrite))
            {
                wb1 = new XSSFWorkbook(file);

             // lots of stuff
             }
wb1.close(file)

get the error: must support writing, BaseOutputstream

Viewing all articles
Browse latest Browse all 1621

Trending Articles



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