Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 157,221 for

xlsx

(0.6 sec)
  1. Formatting Slicer with Node.js via C++|Document...

    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....xlsx" ); // Load sample Excel file...output XLSX format. wb . save ( "outputFormattingSlic.xlsx" , AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/formatting-sli...
  2. Removing Slicer with C++|Documentation

    Learn how to remove slicers in Excel files programmatically using Aspose.Cells for C++....xlsx" ); Workbook wb ( inputFilePath...Save the workbook in output XLSX format. U16String outputFilePath...

    docs.aspose.com/cells/cpp/removing-slicer/
  3. Automatically refresh OLE object via Microsoft ...

    Learn how to refresh OLE objects automatically in Microsoft Excel using Aspose.Cells with C++....xlsx" ); // Access first worksheet...true ); // Save the workbook in xlsx format wb . Save ( srcDir +...

    docs.aspose.com/cells/cpp/automatically-refresh...
  4. 使用Aspose.Cells for Node.js via C++设置图表图例条目的填充为无...

    学习如何使用Aspose.Cells for Node.js via C++将图表图例条目的填充设置为无。本指南将演示如何修改Microsoft Excel图表中图例条目的填充颜色,以实现更好的可视化和自定义。...xlsx" )); // Access the first worksheet...true ); // Save the workbook in xlsx format workbook . save ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/set-text-of...
  5. Change Character Spacing of Excel TextBox or Sh...

    Learn how to change the character spacing of Excel textbox or shape using Aspose.Cells with C++....xlsx" ); // Access the text box,...4 ); // Save the workbook in XLSX format wb . Save ( outDir +...

    docs.aspose.com/cells/cpp/change-character-spac...
  6. WarningSource enumeration | Aspose.Words for No...

    Aspose.Words.WarningSource enumeration. Specifies the module that produces a warning during document loading or saving.... Xlsx Module that writes XLSX files. Docling Module...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Multiple Format Support|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....XLS – Microsoft Excel 97–2003 XLSX – Office Open XML XLSM, XLTX...XLS – Microsoft Excel 97–2003 XLSX – Office Open XML XLSM – Office...

    docs.aspose.com/cells/sharepoint/multiple-forma...
  8. AutoFit Rows for Rendering with C++|Documentation

    Learn how to autofit rows for rendering in Excel files using Aspose.Cells with C++....xlsx and screenshots. If you want...Workbook workbook ( u "Book1.xlsx" ); // Set autofit options for...

    docs.aspose.com/cells/cpp/autofit-rows-for-rend...
  9. 用JavaScript通过C++分屏Excel工作表|Documentation

    在本文中,您将学习如何通过JavaScript结合C++插件以编程方式将工作表分成两个或四个部分,从而显示某些行和/或列。...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

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

    How to use Aspose.Cells library to add cells to the formula watch window in Excel using JavaScript via C++. By loading an existing Excel file or creating a new one, we can manipulate the cells in it and set formulas. Finally, we save the modified Excel file to disk....xlsx,.csv" /> < button id = "runExample"...); // Save workbook to output XLSX format and provide download...

    docs.aspose.com/cells/javascript-cpp/add-cells-...