Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 21,314 for

worksheet

(0.04 sec)
  1. Manage Smart Art with C++|Documentation

    Manage and manipulate Smart Art shapes in Excel files using Aspose.Cells for C++....Add WordArt Watermark to Worksheet with C++ Data in Non-Primitive...

    docs.aspose.com/cells/cpp/managing-smartart/
  2. 通过 C++ 在 Node.js 中为命名区域设置公式|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 为电子表格中的命名区域设置公式。...WorksheetCollection const worksheets = book . getWorksheets ();..."NewNamedRange" const index = worksheets . getNames (). add ( "NewNamedRange"...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-for...
  3. 在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....the first worksheet in the Excel file $worksheets = $workbook...$sheet_index = $worksheets -> add (); $sheet = $worksheets -> get (...

    docs.aspose.com/cells/zh/java/setting-page-opti...
  4. Apply Styles to Ranges in Workbooks|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.... Worksheet mySheet = myWorkbook . ActiveSheet...fileName ); Worksheet mySheet = myWorkbook . Worksheets [ myWorkbook...

    docs.aspose.com/cells/net/apply-styles-to-range...
  5. 用C++判断Shape是否为Smart Art Shape|Documentation

    了解如何使用Aspose.Cells for C++判断一个形状是否为Smart Art Shape。...inputFilePath ); // Access first worksheet WorksheetCollection sheets...= wb . GetWorksheets (); Worksheet ws = sheets . Get ( 0 ); //...

    docs.aspose.com/cells/zh/cpp/determine-if-shape...
  6. Copy excel is not working properly when we try ...

    Hi Team, Good Morning!!! I am encountering an issue while copying multiple source workbooks containing PivotTables into a destination Excel workbook. The destination workbook is created, but it gets corrupted. When I t…... Copying Worksheets : When copying worksheets that contain...demonstrates how to copy worksheets from one workbook to another...

    forum.aspose.com/t/copy-excel-is-not-working-pr...
  7. Create a Chart in a PowerPoint Presentation in ...

    Learn how to automate PowerPoint chart creation using C#. This step-by-step guide shows why Aspose.Slides for .NET is a faster, more powerful alternative to Microsoft.Office.Interop....it with data from an Excel worksheet, adjust formatting and layout...data. Access the chart data worksheet using the Excel workbook instance...

    docs.aspose.com/slides/net/create-a-chart-in-a-...
  8. Check Custom Number Format when Setting Style.C...

    Aspose.Cells is a C++ library for working with spreadsheet files, which supports checking custom number formats when styling. This article will show you how to use the Aspose.Cells library to check custom number formats to ensure that the styling is correct....true ); // Access first worksheet Worksheet sheet = book . GetWorksheets...

    docs.aspose.com/cells/cpp/check-custom-number-f...
  9. 用C++设置图例项填充为无色|Documentation

    学习如何用Aspose.Cells for C++将图例项填充设置为无色。我们的指南将演示如何修改Microsoft Excel图表中图例项的填充色,以实现更好的可视化和自定义。...// Access the first worksheet Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/set-text-of-chart-...
  10. 在xlsx4j中将每个工作表保存为不同的PDF|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....); //Get the count of the worksheets in the workbook int sheetCount...sheets invisible except first worksheet for ( int i = 1 ; i < workbook...

    docs.aspose.com/cells/zh/java/save-each-workshe...