Is there an easy way to write or export data from an ItemList to Excel? I don't see it working using the Export to Excel tool.
Is there an easy way to write or export data from an ItemList to Excel? I don't see it working using the Export to Excel tool.
Hi @Jason Merschat, was Jeanette F's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.
If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.
Hello @Jason Merschat,
You can export tables to excel, so if you query the list and clone it to a table then you can export that table.
string directory = modeldir(); string filename = filebrowse("TestBook1.xls","Excel Files",directory); excelopen(filename); excelsetsheet("Sheet1"); Table Result = Table.query("SELECT * FROM ItemList1"); Result.cloneTo(Table("GlobalTable1")); excelexporttable("GlobalTable1",1,1,10,2); excelclose(1);
10 People are following this question.
How to export the turn time stats for each arriving truck to an Excel sheet in FlexSim CT ?
How can a write values to a Global Table?
How can I export some tables to excel with tirggers commands?
flexsim live data to another program (excel, note pad, the web)
How do I export a table with all the label values for each patient?
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved