c++ - Writing data using libxl library -


i calling xlcreatebook() function. before program holds more memory because reading huge file. after called xlcreatebook() returns null pointr sheet variable.

but once loaded less size file xlcreatebook() functions working correctly. me out of this.

which method returns null pointer? addsheet()? it's strange related size write, since @ sheet creation, have not added data yet. book::errormessage() when null sheet pointer?

maybe trying save big old xls format, , should create xlsx file, using xlcreatexmlbook() instead?

if lacking memory because of else, there not can done software if lack physical memory. except detecting , returning 'clean' error


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -