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

worksheet

(0.15 sec)
  1. Rendering Timeline|Documentation

    Manage timelines of Excel files with Aspose.Cells for Node.js via C++.... If you convert your worksheet into an image or you save...

    docs.aspose.com/cells/nodejs-cpp/rendering-time...
  2. Remove ActiveX Control with C++|Documentation

    Learn how to remove ActiveX Control from workbooks using Aspose.Cells for C++....Access first shape from first worksheet Shape shape = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/remove-activex-control/
  3. 使用Aspose.Cells和C++将文本转换为列|Documentation

    学习如何在Excel文件中使用Aspose.Cells for C++将文本转换为列。...Cells还提供了通过 Worksheet.Cells.TextToColumns() 方法实现此功能。...使用Aspose.Cells将文本转换为列 以下示例代码说明了 Worksheet.Cells.TextToColumns() 方法的...

    docs.aspose.com/cells/zh/cpp/convert-text-to-co...
  4. Aspose.Cells 8.1.0中的公共API更改|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....//Access first worksheet Worksheet sheet = book . Worksheets [ 0 ]; //Access...

    docs.aspose.com/cells/zh/net/public-api-changes...
  5. Excel workbook saved as .docx having issues wit...

    Hi Guys I am facing a problem when saving an excel workbook as .docx. I am trying to convert the following 2 table’s that are present in the following workbook- check.zip (16.3 KB) One is having issues with it’s border…...pagesetup- PageSetup- worksheet.AutoFitRows(); worksheet.PageSetup.PrintArea...printArea; worksheet.PageSetup.LeftMargin = 0; worksheet.PageSetup...

    forum.aspose.com/t/excel-workbook-saved-as-docx...
  6. 如何从源代码包构建 Aspose.Cells for Go 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....workbook , _ := NewWorkbook () worksheets , _ := workbook . GetWorksheets...GetWorksheets () worksheet , _ := worksheets . Get_Int ( 0 ) cells...

    docs.aspose.com/cells/zh/go-cpp/how-to-build-as...
  7. Insert Timeline|Documentation

    Learn how to create a timeline with Aspose.Cells for JavaScript via C++....create a timeline using the Worksheet.timelines.add() method. Create...arrayBuffer )); // Access second worksheet (index 1) const sheet = workbook...

    docs.aspose.com/cells/javascript-cpp/create-tim...
  8. 使用C++的JavaScript生成工作表缩略图|Documentation

    学习如何使用C++的Aspose.Cells for JavaScript从工作表生成缩略图图像。在文档和演示中创建用于预览的小图像。...< body > < h1 > Generate Worksheet Thumbnail Example </ h1 >...the first worksheet const sheet = book . worksheets . get ( 0...

    docs.aspose.com/cells/zh/javascript-cpp/generat...
  9. 使用 C++ 通过 JavaScript 操作形状或图表的阴影效果|Documentation

    学习如何用 C++ 通过 JavaScript 设置形状或图表的阴影效果。...arrayBuffer )); const worksheet = workbook . worksheets . get ( 0 ); const...const shape = worksheet . shapes . get ( 0 ); const shadowEffect...

    docs.aspose.com/cells/zh/javascript-cpp/working...
  10. Create a Sunburst Chart in Excel using C#

    Follow this article to create a sunburst chart in Excel using C#. It has details to set the IDE, a list of steps, and a sample code to develop a sunburst chart generator....set the name of the first worksheet , such as Hierarchy, in this...for the data and fill the worksheet with the sample data Create...

    kb.aspose.com/cells/net/create-a-sunburst-chart...