Sort Score
Result 10 results
Languages All
Labels All
Results 3,241 - 3,250 of 30,315 for

worksheet

(0.32 sec)
  1. Converting Chart to Image in PHP|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....Workbook (); //Get the first worksheet. $sheet = $workbook -> getWorksheets...); //Set the name of the worksheet $sheet -> setName ( "Data"...

    docs.aspose.com/cells/java/converting-chart-to-...
  2. Using LightCells API with C++|Documentation

    Learn how to use the LightCells API in C++ to efficiently read and write large Excel files with minimal memory usage....of data or content in the worksheet. The LightCells API is useful...StartSheet(int) is called for each worksheet in the workbook. For one sheet...

    docs.aspose.com/cells/cpp/using-lightcells-api/
  3. 使用Node.js通过C++设置打印选项|Documentation

    本文演示了如何使用Node.js API和C++库以编程方式设置Excel工作表页面设置的打印选项。可以设置打印区域、打印标题和页面顺序。...reference of the PageSetup of the worksheet const pageSetup = workbook...reference of the PageSetup of the worksheet const pageSetup = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-pri...
  4. 管理包含宏的 Excel 工作簿的 VBA 代码|Documentation

    通过 C++ 使用 Aspose.Cells for JavaScript 添加 VBA 模块并修改 VBA 或宏。...add(Worksheet) 方法在工作簿中添加新的 VBA 模块 以下示例代码创建一个新工作簿,添加一个...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/zh/javascript-cpp/manage-...
  5. Three methods for filtering Chart Data with Nod...

    Learn how to filter charts in Excel using Aspose.Cells for Node.js via C++. Our comprehensive guide will demonstrate how to apply filters to charts, customize chart elements, and use data analysis tools for better insights and informed decision making....// Create an instance of Worksheet const sheet = workbook . getWorksheets...); // Add a chart to the worksheet const chartIndex = sheet ...

    docs.aspose.com/cells/nodejs-cpp/filtering-char...
  6. 使用JavaScript通过C++替换Smart Art中的文本|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++替换Smart Art中的文本...)); // Access worksheets collection const worksheets = workbook...workbook . worksheets ; for ( let i = 0 ; i < worksheets . count ; i...

    docs.aspose.com/cells/zh/javascript-cpp/replace...
  7. 用C++管理Excel宏启用工作簿的VBA代码|Documentation

    在C++中添加VBA模块并修改VBA或宏,使用Aspose.Cells库。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...(). GetModules (). Add ( worksheet ); // Access the VBA Module...

    docs.aspose.com/cells/zh/cpp/manage-vba-project/
  8. How to Add a Column in Excel using C#

    This brief article discusses how to add a column in Excel using C#. It encapsulates the system preparation, stepwise algorithm, and a running sample code to add multiple columns in Excel using C#....class Get the reference to a worksheet and insert one or more columns...right side of the target worksheet. Code to Insert Columns in...

    kb.aspose.com/cells/net/how-to-add-a-column-in-...
  9. Get Range with External Links|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....Hyperlinks in Range Find if the Worksheet is Dialog Sheet Analyzing...

    docs.aspose.com/cells/python-java/get-range-wit...
  10. 用C++向Microsoft Excel公式监视窗口添加单元格|Documentation

    学习如何使用Aspose.Cells for C++在Excel中向公式监视窗口添加单元格。加载或创建一个Excel文件,操作单元格,设置公式,然后保存修改后的文件。...同样,也可以使用 Worksheet.CellWatches.Add() 方法通过Aspose...wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/add-cells-to-micro...