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

Possibility to export PTR data into csv instead of xlsx? #14

Open
grimmdaniel opened this issue Jan 23, 2024 · 1 comment
Open

Possibility to export PTR data into csv instead of xlsx? #14

grimmdaniel opened this issue Jan 23, 2024 · 1 comment

Comments

@grimmdaniel
Copy link

I'm just wondering is this feature on your backlog? My problem is that the STDF files which I'm using are pretty large, and excel sheets have a limit for the maximum number of rows, thus the program always crashes due to this exception during exporting.
If there was a possibility to export PTR data into csv (other blocks are small, can fit into one page in excel) or split data when it reaches the max line limit and start over at a new excel page would be great and really appreciated! Thank you.
My goal is to convert the stdf file into pandas dataframe(s), and this solution (xlsx/csv) is a good middle point.

@noonchen-ni
Copy link

Hi @grimmdaniel , this module doesn't directly support STDF file conversions, the XLSX is only meant for an example to use the API. For your case, write PTR data into csv can be fairly easy, even chat-gpt can help you with that.

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