Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 27,087 for

excel worksheet

(0.15 sec)
  1. 用JavaScript通过C++分屏Excel工作表|Documentation

    在本文中,您将学习如何通过JavaScript结合C++插件以编程方式将工作表分成两个或四个部分,从而显示某些行和/或列。...用JavaScript通过C++分屏Excel工作表 Contents [ Hide ] 介绍 在本文中,我们将学习如何...比较不同的数据子集。分屏功能可以满足您的需求。 如何在Excel中分割屏幕 要将工作表分割成两个或四个部分,请按照以下操作:...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  2. 通过 C++ 的 JavaScript 移除切片器|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....Contents [ Hide ] 可能的使用场景 如果您想删除Excel中的切片器,只需选中它并按 删除 键。同样地,如果您想通过Aspose...以下示例代码加载了包含现有切片器的 示例Excel文件 。它访问切片器然后将其删除,最后将工作簿保存为 输出Excel文件 。下面的截图显示了执行示例后将被删除的切片器。...

    docs.aspose.com/cells/zh/javascript-cpp/removin...
  3. 通过Node.js与C++设置图表外观|Documentation

    了解如何在Aspose.Cells for Node.js via C++中配置图表的外观。我们的指南将向您展示如何修改图表布局、颜色、字体和效果,以实现理想的视觉风格并增强工作表。...Workbook (); // Adding a new worksheet to the Workbook object const...added worksheet by passing its sheet index const worksheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-cha...
  4. 插入切片器|Documentation

    通过C++管理带有Aspose.Cells for JavaScript的Excel文件的切片器。...Microsoft Excel允许您通过选择表格或数据透视表,然后点击 插入 > 切片器...JavaScript via C++还允许您使用 Worksheet.slicers.add() 方法创建切片器。 为数据透视表创建切片器...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  5. Working with the Shadow Effect of Shape or Char...

    Learn how to work with the shadow effect of shapes or charts using Aspose.Cells for Node.js via C++....sample code loads the source Excel file, accesses the first shape...shape in the first worksheet, sets the sub‑properties of the Shape...

    docs.aspose.com/cells/nodejs-cpp/working-with-t...
  6. 在保存为PDF时打印批注与C++|Documentation

    了解如何在使用Aspose.Cells for C++将Excel文件保存为PDF时打印批注。...Contents [ Hide ] Microsoft Excel允许您通过以下选项在打印或保存为PDF格式时打印批注: 无...02_OutputDirectory \\ " ); // Path of input excel file U16String inputFilePath...

    docs.aspose.com/cells/zh/cpp/print-comments-whi...
  7. Unable to add text on top of the shapes - Free ...

    image.png (29.3 KB) I am unable to add text on top of the shpaes....rectangle or arrow) in an Excel worksheet using Aspose.Cells? Is...shape already inserted in the worksheet, and you want to set text...

    forum.aspose.com/t/unable-to-add-text-on-top-of...
  8. 用C++创建成交量 最高 最低 收盘(VHLC)股票图表|Documentation

    学习如何用Aspose.Cells for C++创建成交量 最高 最低 收盘股票图表。该指南将展示如何绘制股票市场数据,包括成交量、最高、最低和收盘价,以便更好的分析与可视化。...成交量高低收(VHLC)股票图表 示例代码 以下示例代码加载了 样本Excel文件 并生成了 输出Excel文件 。 #include <iostream>...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/create-volume-high...
  9. 用C++在Node.js中计数工作表中的单元格数量|Documentation

    学习如何通过Aspose.Cells for Node.js via C++以编程方式统计Excel工作表中的单元格数。..., "data" ); // Load source Excel file const filePath = path ...); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/count-numbe...
  10. Copy Shapes between Worksheets with JavaScript ...

    Learn how to copy shapes like pictures and charts between Worksheets using Aspose.Cells for JavaScript via C++....Copy Shapes between Worksheets with JavaScript via C++ Contents...need to copy elements on a worksheet, for example, pictures, charts...

    docs.aspose.com/cells/javascript-cpp/copy-shape...