Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 26,787 for

excel worksheet

(0.17 sec)
  1. 使用C++剪切并粘贴范围|Documentation

    学习如何使用Aspose.Cells for C++在工作表内剪切和粘贴单元格。...Workbook workbook ; Worksheet worksheet = workbook . GetWorksheets...GetWorksheets (). Get ( 0 ); worksheet . GetCells (). Get ( 0 , 2 )...

    docs.aspose.com/cells/zh/cpp/cut-and-paste-cells/
  2. 生成的pdf和excel有差异 pdf为什么data label无法正常显示 - Free S...

    test.zip (241.7 KB) image.png (54.5 KB) image (1).png (88.9 KB) 如图所示 麻烦帮忙看下这是为什么...生成的pdf和excel有差异 pdf为什么data label无法正常显示 Aspose.Cells Product Family...3:17pm 2 @ChenGY1234 问题概述 您在将 Excel 转成 PDF (或直接使用 Aspose.PDF 创建图表)时,...

    forum.aspose.com/t/pdf-excel-pdf-data-label/321829
  3. Calculate Page Setup Scaling Factor with C++|Do...

    This article provides sample code explaining how to use the C++ API or library to calculate Page Setup scaling factor using Fit to n page(s) wide by m tall option of Excel Worksheet programmatically....by m tall option, Microsoft Excel calculates the Page Setup Scaling...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/calculate-page-setup-...
  4. 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++....project from one Excel file into another Excel file. A VBA project...VBA project from the template Excel file into an empty workbook...

    docs.aspose.com/cells/cpp/copy-vba-macro-userfo...
  5. Page Break Preview in Jython|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....Adding a new worksheet to the Workbook object worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Displaying...

    docs.aspose.com/cells/java/page-break-preview-i...
  6. 用C++创建成交量 开盘 最高 最低 收盘(VOHLC)股票图表|Documentation

    学习如何用Aspose.Cells for C++创建成交量 开盘 最高 最低 收盘股票图表。该指南将演示如何绘制股票市场数据,包括成交量、开盘、最高、最低和收盘价,以便更好的分析与可视化。...以下示例代码加载了【示例Excel文件】(Volume-Open-High-Low-Close.xlsx),并生成了【输出Excel文件】(out...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/create-volume-open...
  7. Detect Hyperlink Type|Documentation

    Learn how to detect hyperlink type through the Aspose.Cells for JavaScript via C++ API....] Detect Hyperlink Type An Excel file can have different types...property by using this source Excel file (94896195.xlsx). Source...

    docs.aspose.com/cells/javascript-cpp/detect-hyp...
  8. Create, Access, and Copy Named Ranges with C++|...

    Learn how to create, access, and copy named ranges in Excel files using Aspose.Cells with C++....refer to data on the same worksheet; if you want to represent...represent a range on another worksheet, you may use a name. Named ranges...

    docs.aspose.com/cells/cpp/create-access-and-cop...
  9. 用JavaScript通过C++插入Excel文件的图片和形状|Documentation

    使用Aspose.Cells for Java脚本通过C++管理Excel文件中的图片、OLE对象和形状。...用JavaScript通过C++插入Excel文件的图片和形状 Contents [ Hide ] 有时你需要在工作表中...不用担心! Aspose.Cells 支持所有这些操作。 Excel中的形状主要分为以下几类: 图片 Ole对象 线条 矩形...

    docs.aspose.com/cells/zh/javascript-cpp/insert-...
  10. 用C++插入时间线|Documentation

    学习如何用C++和Aspose.Cells创建时间线。...Microsoft Excel允许通过选择数据透视表并点击 插入 > 时间线 来创建时间线。Aspose...来创建时间线。Aspose.Cells也支持使用 Worksheet.Timelines.Add() 方法创建时间线。 创建时间轴到透视表...

    docs.aspose.com/cells/zh/cpp/create-timeline/