Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 21,314 for

worksheet

(0.05 sec)
  1. 使用C++进行页面设置功能|Documentation

    学习如何使用Aspose.Cells结合C++配置Excel文件中的页面设置功能。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...margins PageSetup pageSetup = worksheet . GetPageSetup (); pageSetup...

    docs.aspose.com/cells/zh/cpp/page-setup-features/
  2. Manage Worksheets of Microsoft Excel files.|Doc...

    Add Worksheet, remove Worksheet and active Sheet using Aspose.Cells....Manage Worksheets of Microsoft Excel files. Contents [ Hide ]...easily create and manage worksheets in Microsoft Excel files...

    docs.aspose.com/cells/net/manage-worksheets/
  3. Setting Chart Appearance with Node.js via C++|D...

    Learn how to configure the appearance of charts in Aspose.Cells for Node.js via C++. Our guide will show you how to modify chart layouts, colors, fonts, and effects to achieve the desired visual style and enhance your Worksheets....Workbook (); // Adding a new worksheet to the Workbook object const...added worksheet by passing its sheet index const worksheet = workbook...

    docs.aspose.com/cells/nodejs-cpp/setting-chart-...
  4. 在单元格中插入文本|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....text to cell "A1" of the new worksheet. public static void InsertText...shareStringPart ); // Insert a new worksheet. WorksheetPart worksheetPart...

    docs.aspose.com/cells/zh/net/insert-text-into-a...
  5. X Axis Vs. Category Axis with Node.js via C++|D...

    Learn how to differentiate between the X axis and the Category axis in Aspose.Cells for Node.js via C++. Our guide will help you understand the differences in their usage and properties, and how to configure them according to your needs....Access the first worksheet. const worksheet = workbook . getWorksheets...sample values used in charts worksheet . getCells (). get ( "A2"...

    docs.aspose.com/cells/nodejs-cpp/x-axis-vs-cate...
  6. Copy and Move Worksheets Within and Between Wor...

    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....Copy and Move Worksheets Within and Between Workbooks Contents... you do need a number of worksheets with common formatting and...

    docs.aspose.com/cells/java/copy-and-move-worksh...
  7. Copy Shapes between Worksheets|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....Copy Shapes between Worksheets Contents [ Hide ] Sometimes, you...need to copy elements on a worksheet, for example, pictures, charts...

    docs.aspose.com/cells/net/copy-shapes-between-w...
  8. 合并相邻单元格|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....Given a document name, a worksheet name, and the names of two...docName , true )) { Worksheet worksheet = GetWorksheet ( document...

    docs.aspose.com/cells/zh/net/merge-two-adjacent...
  9. Insert text into a cell|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....text to cell "A1" of the new worksheet. public static void InsertText...shareStringPart ); // Insert a new worksheet. WorksheetPart worksheetPart...

    docs.aspose.com/cells/net/insert-text-into-a-cell/
  10. Show and Hide Gridlines and Row Column Headers ...

    This article provides sample code for using the C++ API or Library to programmatically hide or show gridlines, row and column headers of an Excel Worksheet....showing Gridlines of the worksheet which are visible by default...Row Column Headers of the worksheet. Show and Hide Gridlines All...

    docs.aspose.com/cells/cpp/show-and-hide-gridlin...