You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: