To hide rows from the excel using SpreadJS

Posted by: shee.krish123 on 28 June 2018, 4:23 pm EST

    • Post Options:
    • Link

    Posted 28 June 2018, 4:23 pm EST - Updated 3 October 2022, 2:13 am EST

    Can you please help me to hide data from the sheet and i want to display only chart in the first sheet?

  • Posted 1 July 2018, 10:28 pm EST

    Hello,

    You can have the data on another sheet and show chart on one sheet. For example:

    var sheet = spread.getSheet(0);

    var chart = sheet.charts.add(‘Chart’, GC.Spread.Sheets.Charts.ChartType.columnClustered, 250, 20, 400, 400, “Sheet1!A1:D4”);

    I hope it helps.

    Thanks,

    Deepak Sharma

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels