Quay lại Thị trường Ứng dụng

Kết nối Knoon AI với Microsoft Excel (Microsoft) để tự động hóa các quy trình làm việc AI.

Integrate with Microsoft services such as Word, Excel, and other apps.
Microsoft
BẢN THỬ NGHIỆM
Hành động Ứng dụng
Aggregate Cells
BẢN THỬ NGHIỆM
Aggregate values within a specific A1 range in an Excel worksheet (e.g. SUM, AVG, MIN, MAX, COUNT, ARRAY_AGG, STRING_AGG).
microsoftExcelAggregateCells
Append Row
BẢN THỬ NGHIỆM
Append a new row in an Excel worksheet without overwriting existing rows.
microsoftExcelAppendRow
Append Rows from CSV
BẢN THỬ NGHIỆM
Append one or more rows from CSV text in an Excel worksheet without overwriting existing rows.
microsoftExcelAppendFromCSV
Create Excel Workbook from CSV
BẢN THỬ NGHIỆM
Create a new Excel workbook from CSV text, optionally inside a specific OneDrive or SharePoint folder.
microsoftExcelCreateFromCSV
Create Worksheet
BẢN THỬ NGHIỆM
Create a new worksheet tab inside an existing Excel workbook.
microsoftExcelCreateWorksheet
Create Worksheet from CSV
BẢN THỬ NGHIỆM
Create a new worksheet tab inside an existing Excel workbook and populate it with CSV text.
microsoftExcelCreateWorksheetFromCSV
Find All Matching Rows
BẢN THỬ NGHIỆM
Find all rows in an Excel worksheet where a specific column matches the given value.
microsoftExcelFindRows
Find Cells
BẢN THỬ NGHIỆM
Find all cells in an Excel worksheet that match the given search criteria such as EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH.
microsoftExcelFindCells
Find First Cell
BẢN THỬ NGHIỆM
Find the first cell in an Excel worksheet that matches the given search criteria such as EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH.
microsoftExcelFindFirstCell
Find First Matching Row
BẢN THỬ NGHIỆM
Find the first row in an Excel worksheet where a specific column matches the given value.
microsoftExcelFindRow
Insert Cells from CSV
BẢN THỬ NGHIỆM
Insert one or more new worksheet rows from CSV text at the requested position in Excel and shift existing rows down.
microsoftExcelInsertCellsFromCSV
Insert Row
BẢN THỬ NGHIỆM
Insert a new worksheet row at the requested row number in Excel and shift existing rows down.
microsoftExcelInsertRow
Read Cells
BẢN THỬ NGHIỆM
Read a specific A1 range of cells from an Excel worksheet.
microsoftExcelReadCells
Read Rows
BẢN THỬ NGHIỆM
Read rows from an Excel worksheet within an optional A1 range.
microsoftExcelReadRows
Read Sheet
BẢN THỬ NGHIỆM
Read all used cells from a specific worksheet (tab) in an Excel workbook.
microsoftExcelReadSheet
Update Cells from CSV
BẢN THỬ NGHIỆM
Update a block of cells in an Excel worksheet using CSV text, starting from a specific cell.
microsoftExcelUpdateCellsFromCSV
Upsert Row
BẢN THỬ NGHIỆM
Insert a new row or update an existing row in an Excel worksheet based on a match in a specific column.
microsoftExcelUpsertRow