Sheetize AI is an AI‑powered .NET SDK that lets developers and power‑users create, edit, and analyze spreadsheets — all through clean, typed code or natural language commands. Whether you need to build a financial model, generate a report, or automate data cleanup, Sheetize.AI does the heavy lifting for you.
Integrate the Sheetize AI into your .NET project by following these steps:
BuildSpreadsheet method to perform the taskTo get started with the Sheetize AI:
// Step 1: Set up the LLM server
string ApiKey = "";
string ApiUrl = "https://llm.professionalize.com/v1/chat/completions";
Configuration.Model = Model.Recommended;
SheetizeAI sheetizeAI = new SheetizeAI(ApiKey, true, ApiUrl);
await sheetizeAI.BuildSpreadsheet("C:\\New.xlsx", "Provide weekly daily three-meal recipes");
Text Converter supports formats like XLSX, XLSB, XLSM, XLTM, XLAM, XLS, Excel95, SpreadsheetML, XLT.
Yes, Sheetize AI allow user to modify the content of spreadsheet by using BuildSpreadsheet method.
Yes, Sheetize AI can write summary of content of spreadsheet.