You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the constructor of the CWorkbook class, the function getenv("USERNAME") returns NULL on some Linux OS. To prevent the program from crashing, replace the line:
In the constructor of the CWorkbook class, the function getenv("USERNAME") returns NULL on some Linux OS. To prevent the program from crashing, replace the line:
m_UserName = getenv("USERNAME");
with the following code:
The text was updated successfully, but these errors were encountered: