I’m using the Sheet.ByNameNumberTitleBlockAndView node to create sheets from an excel file. The script is based largely on the one produced by @Brendan_Cassidy but without the Codeblocks and using standard nodes instead. In general terms it works fine, however I’m experiencing some odd behaviour with the node.
In my excel workbook I currently have two Sheets labeled (00) and (22). the first has about 20 sheets the second 6. if I run the script on the (00) sheet it creates the sheests fine. However if I now run the same script directly but selecting sheet (22) it replaces all the (00) sheets and just leaves the 6 (22) sheets (in some other instances it has just replaced the first 6 sheets but the issue is largely the same)…
If I close the files down, reopen and run the script again (same files and settings) for the (22) sheet it works fine and adds the sheets in as expected.
Is this a bug in the node or am I missed a fundamental principle here?