Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

save xlsx file then use excel open has issue #739

Open
mankaixin opened this issue Jun 3, 2024 · 0 comments
Open

save xlsx file then use excel open has issue #739

mankaixin opened this issue Jun 3, 2024 · 0 comments

Comments

@mankaixin
Copy link

when only load a xlsx then do nothing。
Using excel open has some quesion
20240603170052

  void test_Load_save()
  {
      xlnt::workbook wb;
      wb.load(path_helper::test_file("3.xlsx"));
     // xlnt::workbook wb2;
     // wb2.copy_sheet(wb.active_sheet());
      wb.save(path_helper::test_file("2.xlsx"));
  }

2.xlsx

3.xlsx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant