Create Excel template using C3

RatanKanadeTrupti-4917 0 Reputation points
2024-02-13T07:59:33.8633333+00:00

We have a requirement to create the Excel template with the below requirements: 

  1. Give the unique ID for each column.
  2. Need to add the predefined formulae in a certain column, and if the user enters the value in the related column, the calculation should happen.
  3. We need to hide the formulae from the cell.
  4. The need to add the background colour to the cell depends on certain limits of the value. If the limit is 4-5 and the user enters 6, then the background colour of the cell should be red.
  5. Add one button or rectangle in Excel, and after clicking the button, it should ask you to select the date range and call the API, which is deployed in the Azure cloud.
  6. It should perform certain validations before calling the API. 

We are using.Net 6. as a target framework in our web API project. Could you please provide some options or the code reference to achieve this functionality?

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,335 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
4,317 questions
Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,825 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.