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

Convert xlsx files into an open file format (like ods or csv) #52

Open
mithro opened this issue Aug 20, 2022 · 1 comment
Open

Convert xlsx files into an open file format (like ods or csv) #52

mithro opened this issue Aug 20, 2022 · 1 comment

Comments

@mithro
Copy link
Contributor

mithro commented Aug 20, 2022

The pull request at #20 added a whole bunch of data files in xlsx format. This format is hard to work with using only open source tooling.

We should convert the files to;

  • .ods if they require formatting and other information to be preserved.
  • .csv if they are just raw data points or similar.
@atorkmabrains
Copy link
Collaborator

@mithro These files were provided by the foundry that holds the measurement data. We use CSV for all other tasks, but anything that comes from the foundry I treat as golden and I don't touch it. What's your recommendation here?

proppy pushed a commit to proppy/globalfoundries-pdk-libs-gf180mcu_fd_pr that referenced this issue Feb 6, 2023
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

2 participants