in reply to My EXCEL.Writter writing last element twice in consecutive rows.

You haven't given us enough code to understand the context and check that variables (@resext in particular) contain expected stuff. I suggest you replace the Excel related lines and replace them with print statements to make debugging easier and to be able to create a test script we can run.

Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond
  • Comment on Re: My EXCEL.Writter writing last element twice in consecutive rows.

Replies are listed 'Best First'.
Re^2: My EXCEL.Writter writing last element twice in consecutive rows.
by Anonymous Monk on Dec 22, 2020 at 21:13 UTC
Re^2: My EXCEL.Writter writing last element twice in consecutive rows.
by chandantul (Scribe) on Dec 24, 2020 at 04:14 UTC

    I have fixed the issue and the code had curly brace placement issue for an if condition . The curly brace termination should be replaced from top position to bottom resolved this issue.