Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 21,065 for

worksheet

(0.2 sec)
  1. Specifying the Absolute Position of the Pivot I...

    Learn how to specify the absolute position of pivot items in C++ using Aspose.Cells....xlsx" ); // Add new worksheet for pivot table WorksheetCollection...WorksheetCollection worksheets = wb . GetWorksheets (); Worksheet wsPivot...

    docs.aspose.com/cells/cpp/specifying-the-absolu...
  2. 确定图表中存在的轴类型,使用Node.js通过C++|Documentation

    学习如何识别Aspose.Cells for Node.js via C++中创建的图表中存在的轴。我们的指南将帮助你识别和访问图表中的不同轴,包括类别轴、数值轴和次轴。...Access the first worksheet const worksheet = workbook . getWorksheets...accessing const charts = worksheet . getCharts (); if ( charts...

    docs.aspose.com/cells/zh/nodejs-cpp/determine-w...
  3. How to Use Color Palette with C++|Documentation

    C++ code to add custom colors to the palette and use Excel color palette with Aspose.Cells for C++ API....std :: endl ; // Add a new worksheet int i = workbook . GetWorksheets...the newly added worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/excel-color-palette/
  4. 在复制行或区域时将图表数据源更改为目标工作表,使用C++|Documentation

    了解在复制行或范围到Aspose.Cells for C++时,如何将图表的数据源更改为目标工作表。我们的指南将向您展示如何更新图表的数据范围并将其链接到目标工作表,确保复制的行或范围在图表中得到准确反映。...sheet which contains chart Worksheet source = wb . GetWorksheets...another sheet named DestSheet Worksheet destination = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/change-data-source...
  5. Copy VBA Macro UserForm DesignerStorage from Te...

    Learn how to copy VBA Macro UserForm DesignerStorage from a template to a target workbook using Aspose.Cells for C++.... GetCount (); ++ i ) { Worksheet ws = templateSheets . Get...() == SheetType :: Worksheet ) { Worksheet s = targetSheets ....

    docs.aspose.com/cells/cpp/copy-vba-macro-userfo...
  6. Export print area range to HTML with Node.js vi...

    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....page setup object of the worksheet. Later on, use HtmlSaveOptions...// Access the sheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/export-print-a...
  7. Page Setup|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.... index represents worksheet index of the exported Excel...number of pages tall the worksheet will be scaled to when it’s...

    docs.aspose.com/cells/reportingservices/page-se...
  8. 使用Node.js导出工作表或图表为具有指定宽度和高度的图片|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将工作表或图表导出为具有特定宽度和高度的图片。...); // Access first worksheet const worksheet = workbook . getWorksheets...AsposeCells . SheetRender ( worksheet , opts ); sr . toImage ( 0...

    docs.aspose.com/cells/zh/nodejs-cpp/export-work...
  9. Get HTML5 String from Cell with C++|Documentation

    Learn how to get HTML5 string from a cell using Aspose.Cells for C++ API....text in cell A1 of the first worksheet. It then gets the Normal HTML...wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/get-html5-string-from...
  10. 使用C++将Excel导出到带有网格线的HTML|Documentation

    学习如何使用编号Aspose.Cells for C++导出带网格线的Excel文件到HTML。...wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...GetWorksheets (). Get ( 0 ); // Fill worksheet with some integer values for...

    docs.aspose.com/cells/zh/cpp/export-excel-to-ht...