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

Dataframe #1

Merged
merged 22 commits into from
Sep 24, 2021
Merged

Dataframe #1

merged 22 commits into from
Sep 24, 2021

Conversation

JanMarvin
Copy link
Owner

Convert the flexible list logic to a more static dataframe base one.

@JanMarvin
Copy link
Owner Author

JanMarvin commented Sep 22, 2021

working

  • reading Workbook
  • printing Workbook as data.frame
  • write data R & C++

okayish

  • cleaning up
  • documenting

missing

  • update data R-only

@@ -1,22 +1,74 @@
#include "openxlsx.h"
#include "openxlsx2_types.h"
#include "openxlsx2.h"
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ycphs es ist alles noch ziemlich work in Progress, aber hier habe ich das Einlesen der Daten jetzt auf einen Dataframe umgeschrieben. Zunächst zeilenweise in einen struct Vektor und dann in einen Dataframe.

@JanMarvin JanMarvin merged commit 151f4d0 into main Sep 24, 2021
@JanMarvin JanMarvin deleted the dataframe branch January 1, 2022 16:31
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

Successfully merging this pull request may close these issues.

None yet

1 participant