Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 21,066 for

worksheet

(0.09 sec)
  1. Setting Page Options|Documentation

    This article provides sample code to set page options of Excel Worksheets programmatically using C# API and .NET Library. You will be able to set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....configure page setup settings for worksheets to control printing. These...Workbook class contains a Worksheets collection that allows access...

    docs.aspose.com/cells/net/setting-page-options/
  2. Create and Manage Chart|Documentation

    Create a chart in CSharp for Excel and ODS files....ChartArea, the chart area in the worksheet. ChartDataTable, a chart data...Add any type of chart to a worksheet using the charts collection...

    docs.aspose.com/cells/python-net/creating-charts/
  3. 使用 C++ 将图片作为纹理铺设到形状内部|Documentation

    学习如何使用Aspose.Cells for C++将图片平铺为形状内的纹理。...xlsx" ); // Access first worksheet Worksheet ws = wb . GetWorksheets...Access first shape inside the worksheet Shape sh = ws . GetShapes...

    docs.aspose.com/cells/zh/cpp/tile-picture-as-a-...
  4. Set Default Font while rendering spreadsheet to...

    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....text in cell B4 of the first worksheet and sets its font to some...to HTML Provide exported worksheet HTML file path via IFilePathProvider...

    docs.aspose.com/cells/java/set-default-font-whi...
  5. Create Union Range with Node.js via C++|Documen...

    Learn how to create a Union Range using Aspose.Cells for Node.js via C++....range and the index of the worksheet. The WorksheetCollection.createUnionRange...Move Range of Cells in a Worksheet with Node.js via C++...

    docs.aspose.com/cells/nodejs-cpp/create-union-r...
  6. 使用 Node.js 通过 C++ 处理嵌套评论|Documentation

    使用 Aspose.Cells for Node.js via C++ 管理 Excel 文档中的嵌套评论。学习添加、读取、编辑和删除嵌套评论。...); // Access first worksheet const worksheet = workbook . getWorksheets...const threadedComments = worksheet . getComments (). getThreadedComments...

    docs.aspose.com/cells/zh/nodejs-cpp/threaded-co...
  7. 使用C++显示和隐藏工作表及标签|Documentation

    本文提供了使用C++ API或库以编程方式显示和隐藏Excel工作表的示例。此外,还介绍了如何显示和隐藏Excel工作簿的标签。...类包含一个 Worksheets 集合,可访问Excel文件中的每个工作表。 工作表由 Worksheet 类表示。 Worksheet...类提供了丰富的属性和方法来管理工作表。要控制工作表的可见性,使用 Worksheet 类的 IsVisible 属性。 IsVisible...

    docs.aspose.com/cells/zh/cpp/show-and-hide-work...
  8. 使用Node.js通过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....); // Access first worksheet const worksheet = workbook . getWorksheets...first shape const shape = worksheet . getShapes (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-the...
  9. How to Fill PDF Form from Excel using Python

    This tutorial contains information on how to fill PDF form from Excel using Python. It provides details to set the IDE and a runnable sample code to fill out PDF form with Excel data using Python....from a cell in a particular worksheet of the loaded Excel file....the reference to the first worksheet and the target cell in it...

    kb.aspose.com/pdf/python/how-to-fill-pdf-form-f...
  10. Chart Formatting|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....chart will be added to the worksheet as shown below: A column chart...adds a column chart to the worksheet as shown below: Column chart...

    docs.aspose.com/cells/java/chart-formatting/