• Resolved ldeschenes

    (@ldeschenes)


    Is there a way to modify the value of a cell on the output?

    – I have in my Google Sheet a column A (Account number) and the last row contains “99999” and is a total line.
    – I would like to show that cell as “Total” instead of “99999”
    – I looked at the query syntax but could not find anything
    – Is there a way to do it (datatable or other paramater) ?

    BTW, thanks for the great plugin.

Viewing 1 replies (of 1 total)
  • Plugin Author Meitar

    (@meitar)

    The gdoc_table_html filter lets you access the table’s HTML from a function in your PHP code, but you need to write PHP code to do anything meaningful with it and your PHP needs to parse HTML. There isn’t an interface to change the values of cells with shortcodes, that’s just not the point of this plugin.

    • This reply was modified 9 years, 1 month ago by Meitar.
Viewing 1 replies (of 1 total)

The topic ‘Modify cell value on output’ is closed to new replies.