Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Conditional formatting for live pushes is turned off by default. You can turn it on globally or on a function-by-function basis. Make sure you have the latest version of the Excel add-in installed. You can download it here.

 

How to enable Excel conditional formatting, table formats and full colours globally

If you want to use conditional formatting and full colours for all your ipush(...) functions, you can turn support on globally.

...

All your ipush(...) functions will now push full colours by default.

 

How to toggle Excel conditional formatting, tables and full colours for individual ipush(...) commands

You can also enable or disable these on a case-by-case basis using the FullColour parameter in the ipush(...) function. If you set this parameter to TRUE then the function will always push Full Colors, overriding the global setting.

...