Sofistik 2016 - Teddy Export to Excel

Hi Everyone,

In Sofistik 2020/21 I know it’s possible to export load case results to Excel from Teddy using something like the following code:

+PROG RESULTS URS:13
HEAD EXPORT TO XLSX
$ BEGIN PAGE 1
SIZE "-URS" SPLI "2x1"
$ BEGIN GRAPHIC/TABLE/DIAGRAM 1
PICT SC DEFA W DEFA H DEFA SPLT NO
GRP
LC NO 300

XLSX NAME "C:\Users\user\Desktop\axialforces.xlsx" WS "XLSX-Export" ROW 1 COL 1 $$
CLNM YES TIME NO CDB NO ELEM NO FILT NO RESU NO
JOIN
DBO
FILT
$ Axial Force Value
TXTP SHOW SIGN OVLP AMAX
BEAM TYPE    N STYP CABL REPR DLST

END  

One person I’m working with is currently using Sofistik 2016, and it appears that there are no functions like XLSX or CLNM in this version of Sofistik because these keywords are not highlighted in blue in Teddy. Is there an alternative to this approach for Sofistik 2016? He just needs a way to export results directly from Teddy, and while it would be nice if it was an Excel file, it could really be any type of list file.

Best,

Grant

Hello Grant,

Unfortunately in version 2016 there is no possibility to export results to excel.
The only way would be to use 2018 or above.

Best regards
Your SOFiSTiK Support Team

1 Like

Hey. I have never used 2016 but I guess that you can use WinGraf if there is no other way:

or read the CDB by yourself

My experience is, that postprocessing tools (WinGraf, Resultviewer) can access older databases too. So you can open a database from 2016 with current version 2022.

Maybe you can do that also with cadinp-modules.

Regards
gmay

Hi Everyone,

Thanks for the help. I ended up exporting the results using the Result Viewer.

Best,

Grant