Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 21,314 for

worksheet

(0.16 sec)
  1. Apply Advanced Conditional Formatting with C++|...

    How to use the Aspose.Cells library in C++ to apply advanced conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...Get the A1 cell Cell a1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/apply-advanced-condit...
  2. Converting to MHTML Files 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....to MHTML Files To convert Worksheet to MHTML file using Aspose...Java in PHP, simply invoke worksheet_to_mhtml() method of Converter...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  3. 使用C++在非原始形状中插入数据|Documentation

    使用Aspose.Cells和C++访问和操作非原始形状中的数据。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...defined shape Shape shape = worksheet . GetShapes (). Get ( 0 );...

    docs.aspose.com/cells/zh/cpp/data-in-non-primit...
  4. 用 Node.js 和 C++ 设置形状文本的预设 WordArt 样式|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 为形状的文本设置预设 WordArt 样式...(); // Access first worksheet const worksheet = workbook . getWorksheets...some text const textbox = worksheet . getShapes (). addTextBox...

    docs.aspose.com/cells/zh/nodejs-cpp/set-preset-...
  5. Rich Text Custom Data Label of Chart Point with...

    Learn how to add rich text custom data labels to chart points in Aspose.Cells for Node.js via C++. Our guide will show you how to format the labels with different fonts, colors, and alignment options to enhance the appearance and readability of your charts....)); // Access first worksheet const worksheet = workbook . getWorksheets...inside the sheet const chart = worksheet . getCharts (). get ( 0 );...

    docs.aspose.com/cells/nodejs-cpp/rich-text-cust...
  6. 设置打印区域|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.... Worksheets . Add ( "new sheet" ); workbook...workbook . Worksheets . Add ( "second sheet" ); Worksheet sheet1...

    docs.aspose.com/cells/zh/net/set-print-area/
  7. Add ActiveX Controls using Aspose.Cells with C+...

    Learn how to add ActiveX controls to Excel Worksheets programmatically using Aspose.Cells for C++....control to be added inside a worksheet. It has the following values:...wb ; // Access first worksheet Worksheet sheet = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/add-activex-controls-...
  8. Create PdfBookmarkEntry for Chart Sheet with C+...

    Learn how to create PdfBookmarkEntry for chart sheets using Aspose.Cells for C++....inputFilePath ); // Access all four worksheets WorksheetCollection sheets...GetWorksheets (); Worksheet sheet1 = sheets . Get ( 0 ); Worksheet sheet2...

    docs.aspose.com/cells/cpp/create-pdfbookmarkent...
  9. How to create Sunburst chart with Node.js via C...

    Learn how to create a sunburst chart in Aspose.Cells for Node.js via C++, a chart that presents data in a circle. Our guide will help you set up various properties and formatting of your chart, including data labels, legends, colors, and more....Access the first worksheet const worksheet = workbook . getWorksheets...Treemap chart const pieIdx = worksheet . getCharts (). add ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/creating-sunbu...
  10. Setting Shared Formula with Node.js via C++|Doc...

    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....want to add a function in a worksheet which will do some calculations...via C++ Suppose you have a worksheet filled with data in the format...

    docs.aspose.com/cells/nodejs-cpp/setting-shared...