Export SQL to excel plugin has been deprecated?

Hi Everyone,

in Appian 19.2 version, Excel tool - export sql to excel smart service has bee deprecated. we encounter "[ following error was raised by the Export to Excel function: null ]" error in production.

i am seeking for solution, how to fix the issue?

if there any alternate solution for this.

kindly help me here.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to vikrams192

    Have you tried running the smart service twice, once for each set of columns (1 - 50, 51 - 100)? You would pass the generated document into the second instance of the node to be updated, and pass in a starting cell equating to the cell position of the 51st column.  I'm not 100% sure how well this will work but I'd give it a try.

    Also in a big picture sense, 100 columns is a lot for a report - it might be worth breaking down and determining whether all of these are strictly necessary at all times.

Children