Unplanned
Last Updated: 09 Aug 2023 06:56 by ADMIN
Brian
Created on: 04 Aug 2023 11:14
Category: SpreadProcessing
Type: Feature Request
1
SpreadProcessing: Add support for NOW function
Add support for NOW function. NOW returns the serial number of the current date and time. If the cell format was General before the function was entered, Excel changes the cell format so that it matches the date and time format of your regional settings.

A list of the supported functions is available at http://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/features/formulas/functions

This function can be implemented as a custom function. Check the following resources for more details on how to achieve that:

- http://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/features/formulas/custom-functions
- https://github.com/telerik/xaml-sdk/tree/master/Spreadsheet/CustomFunctions
2 comments
ADMIN
Aleks
Posted on: 09 Aug 2023 06:56

Hello Chris,

We appreciate your feedback on this feature request. Rest assured you will be notified of updates as long as you are subscribed to this public item.

Thank you for your patience and understanding.

Regards,
Aleks
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Brian
Posted on: 04 Aug 2023 16:32
We need this as it is used in Excel templates we'd like to automate. We don't want to create custom functions for Excel native functions. It should be part of core functionality.