Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 157,610 for

xlsx

(0.12 sec)
  1. Delete Ranges with JavaScript via C++|Documenta...

    Learn how to delete ranges in Excel and shift cells left or up using Aspose.Cells for JavaScript via C++....xlsx,.csv" /> < button id = "runExample"...newWorkbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/javascript-cpp/delete-ran...
  2. FAQs|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....rendering Excel files (XLS, XLSX, XLSB, CSV, ODS, SpreadsheetML...supports loading and saving XLS, XLSX, XLSM, XLSB, ODS, XML (SpreadsheetML)...

    docs.aspose.com/cells/java/faqs/
  3. LET function #NAME error - Free Support Forum -...

    We are getting a couple of errors due to the LET function after calling wb.CalculateFormula(ignoreError: true). We are using version 25.9 of Aspose.Cells When using an xlsb workbook format with a LET function and call…... When using a xlsx workbook with a nested LET function...this issue. In the case of the XLSX workbook with nested LET functions...

    forum.aspose.com/t/let-function-name-error/319910
  4. Protect and Unprotect Workbook Structure with N...

    Protect and unprotect workbook structure of Excel files using Node.js via C++....xlsx" ); // Create a new file. const...path . join ( dataDir , "Book1.xlsx" ); // Open an Excel file whose...

    docs.aspose.com/cells/nodejs-cpp/protect-and-un...
  5. 用JavaScript通过C++保存文件的不同方式|Documentation

    Aspose.Cells for Java脚本通过C++可以将文件保存为不同格式,包括PDF、HTML、DOCX、PPTX、JSON和MHTML。...Excel97To2003 表示Excel 97-2003文件 Xlsx 表示Excel 2007 XLSX文件 Xlsm 表示Excel 2007..."fileInput" accept = ".xls,.xlsx,.xlsb,.ods" /> < button id =...

    docs.aspose.com/cells/zh/javascript-cpp/differe...
  6. Add Cells to Microsoft Excel Formula Watch Wind...

    How to use the Aspose.Cells library to add cells to the formula watch window in Excel using Node.js via C++. By loading an existing Excel file or creating a new one, you can manipulate the cells in it and set formulas. Finally, you save the modified Excel file to disk....xlsx" ); // Create an empty workbook...workbook in XLSX format. wb . save ( "outputAddCellsToMicr.xlsx" , AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/add-cells-to-m...
  7. Remove Duplicate Rows in a Worksheet with JavaS...

    Learn how to remove duplicate rows in a worksheet using Aspose.Cells for JavaScript via C++ and select specific columns for duplication checks....xlsx <!DOCTYPE html> < html > < head..."fileInput" accept = ".xls,.xlsx" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/remove-dup...
  8. 用JavaScript通过C++自动填充Excel文件的范围|Documentation

    学习如何使用C++的JavaScript在Excel文件的指定范围内执行自动填充操作。...xlsx <!DOCTYPE html> < html > < head..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/zh/javascript-cpp/autofil...
  9. 使用Node.js via C++复制源范围的行高到目标范围|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....range" ); // Save the workbook in xlsx format workbook . save ( path..."output_out.xlsx" ), AsposeCells . SaveFormat . Xlsx ); AI Document...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-row-he...
  10. 使用C++通过JavaScript实现非连续范围|Documentation

    学习如何通过C++使用Aspose.Cells for JavaScript创建命名的非连续范围。有效利用非连续单元格范围。...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/impleme...