Issue with Writing to Excel


For some reason it is giving me an error…?

You are feeding in a file instead of a file path. Remove the File.FromPath node and it should work

1 Like

Still getting the issue… Below is my message again, once i made your change.

Warning: One or more of the input types are not matching. Couldn’t find a version of WriteToFile that takes arguments of type (string,string,string,string,__array,bool)

start row and column take numbers rather than string.

2 Likes

Thanks, That worked.