EDN Admin
Well-known member
Hello,
Im trying to save the file in *.xlsx file but I receive An unhandled Error.
It was working with *.xls extension but my file grows and have to many rows for *.xls
Here is my code:
xls_tymczasowy->SaveAs(path_tymczasowy,51,vtMissing,
vtMissing,vtMissing,vtMissing,Excel::XlSaveAsAccessMode::xlNoChange,
vtMissing,vtMissing,vtMissing,vtMissing,vtMissing,0);
Can somebody know why I receive tis error?
View the full article
Im trying to save the file in *.xlsx file but I receive An unhandled Error.
It was working with *.xls extension but my file grows and have to many rows for *.xls
Here is my code:
xls_tymczasowy->SaveAs(path_tymczasowy,51,vtMissing,
vtMissing,vtMissing,vtMissing,Excel::XlSaveAsAccessMode::xlNoChange,
vtMissing,vtMissing,vtMissing,vtMissing,vtMissing,0);
Can somebody know why I receive tis error?
View the full article