Sort Score
Result 10 results
Languages All
Labels All
Results 3,271 - 3,280 of 30,201 for

worksheet

(0.17 sec)
  1. 创建并嵌入 Excel 图表作为 OLE 对象|Aspose.Slides 文档

    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.... Worksheet targetSheet , string Cell...更改工作表名称。 xlNS . Worksheet targetSheet = ( xlNS . Worksheet )( newWorkbook...

    docs.aspose.com/slides/zh/net/create-and-embed-...
  2. Working with Data in NPOI and Aspose.Cells|Docu...

    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....Contents Insert Hyperlinks in Worksheet New Line in Cells AI Document...

    docs.aspose.com/cells/net/working-with-data-in-...
  3. 使用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...
  4. Insert Sparkline|Documentation

    Create a sparkline for Excel using Aspose.Cells....sparkline is a tiny chart in a worksheet cell that provides a visual...

    docs.aspose.com/cells/net/creating-sparklines/
  5. Using LightCells API with Node.js via C++|Docum...

    Learn how to read and write large Excel files using the LightCells API in Node.js via C++. Improve performance and efficiency with less memory consumption....of data or content in the worksheet. The LightCells API is useful...checked when saving every worksheet in the workbook. For one sheet...

    docs.aspose.com/cells/nodejs-cpp/using-lightcel...
  6. 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-...
  7. 用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...
  8. 查找单元格值是否以单引号开始|Documentation

    学习如何通过Aspose.Cells for JavaScript通过C++ API查找单元格值是否以单引号开头。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...(); // Accessing the first worksheet in the workbook const sheet...

    docs.aspose.com/cells/zh/javascript-cpp/find-if...
  9. WRAPCOLS Excel function - Free Support Forum - ...

    We are considering purchasing a new Aspose Cells license but one of the functions we would need is the WRAPCOLS function which is not currently supported. Are there any plans to add support for this?...wrapCount) { Worksheet worksheet = workbook.Worksheets[0]; int rowCount...rowCount = worksheet.Cells.MaxDataRow + 1; for (int row = 0; row...

    forum.aspose.com/t/wrapcols-excel-function/314748
  10. 导出 Excel 数据以填写 PDF 表单|Aspose.PDF for .NET

    本节解释了如何使用 AutoFiller 类导出 Excel 工作表数据以填写 PDF 表单。...the first worksheet in the Excel file var worksheet = workbook...workbook . Worksheets [ 0 ]; // Exporting the contents of 7 rows and...

    docs.aspose.com/pdf/zh/net/export-excel-workshe...