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 #740

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

save xlsx file then use excel open has issue #740

mankaixin opened this issue Jun 3, 2024 · 4 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

@mankaixin
Copy link
Author

I found the error here
微信截图_20240606140314
and
image

@mankaixin
Copy link
Author

I have been fork this repo and fix problem above

@yasooh
Copy link

yasooh commented Oct 9, 2024

how to avoid this problem

@m7913d
Copy link

m7913d commented Oct 9, 2024

@yasooh As discussed in issue #748, this repo has been unmaintained for several years.
In order to continue this great project started by tfussell, we have created a new repo to support further development by the community.
Feel free to participate in this community effort by submitting issues and PR to this new community-driven repo.

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

3 participants