Sheetize AI is an AI‑powered .NET SDK that lets developers and power‑users create, edit, and analyse spreadsheets — all through clean, typed code or natural language commands. Whether you need to build a financial model, generate a report, or automate data clean‑up, 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 allows users to modify the content of a spreadsheet by using the BuildSpreadsheet method.
Yes, Sheetize AI can write a summary of the content of a spreadsheet.