Message 1 of 23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have a program that generates a master list of lists.
I'm looking to export the list to an excel file named CODE ANALYSIS on sheet DATA line 20
the list looks like this
((1_2 50.0 10.0 10.0) (2_3 50.0 20.0 20.0) (3_4 50.0 20.0 20.0) (4_5 50.0 10.0 10.0))
something like this:
I've seen others but they are way more complex than this and I'm having a hard time "reverse engineering" the code found. As you all know my lisp skills are limited.
Thanks.
Solved! Go to Solution.