Can you show the preview for your two final input nodes (List.AddItemToFront and List.Transpose)? Also, if the excel file already exists make sure you have overWrite set to True.
I would also recommend using a new excel file and a new recur file as a start point. Both saved on the C drive. I believe I have had this error before when someone else had opened the excel file so make sure you have closed excel and any add-ons which may lock ownership of that file.
Good news! It’s works! The problem was Excel program version. I had the Excel 2013 and today I do downgrade to the 2010 version. Thank you so much for help.
Can someone help me with Dynamo, I’m having a problem exporting my data to excel. I generate the list of data to be exported, but in excel only goes to list 1 as it appears in the photo. can help me?
You’re list structure isn’t quite right. Be sure all lists are only one level deep. Add a watch node and/or preview the prior List Transpose node and be sure that the data only has two levels of depth, if not add a list.flatten node with lacig set to longest to see if that clears the issue.