Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: cpeckhamHi!
Quick question: I have a directory node pulling in 90+ workbooks.
How does Lavastorm Import Excel Node handle Merged cells?
If B1:E1 is merged and the values are {A1,B1:E1,F1} = {a,b,c} will the import show {a,b,c} or {a,b,{empty},{empty},{empty},c}?
If possible, I'd like to know which cells the merge is covering (and avoid adding a VBA pre-processing macro to the lavastorm mix).
Any recommendations?
Thanks.