Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 26,934 for

excel worksheet

(0.09 sec)
  1. Working with the Shadow Effect of Shape or Char...

    Learn how to manipulate the shadow effect of shapes or charts using Aspose.Cells for C++....sample code loads the source Excel file , accesses the first shape...shape in the first worksheet, sets the sub‑properties of the GetShadowEffect()...

    docs.aspose.com/cells/cpp/working-with-the-shad...
  2. 使用C++通过Node.js创建、操作或删除工作表的场景|Documentation

    学习如何使用C++ API通过Node.js以编程方式创建、操作或删除Excel工作表中的场景。...它还提供 Worksheet.getScenarios() 属性。下面的示例代码打开一个包含一些方案的XLSX...属性。下面的示例代码打开一个包含一些方案的XLSX Excel文件,然后删除现有的方案。在保存Excel文件之前,它还向工作表添加了一个新的...

    docs.aspose.com/cells/zh/nodejs-cpp/create-mani...
  3. Using FormulaText Function in Aspose.Cells with...

    This article introduces how to use the FormulaText function in the Aspose.Cells library to process formulas in Microsoft Excel. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to get and set the formula text of a cell and retrieve the result. Finally, we save the modified Excel file to disk....[ Hide ] FormulaText is an Excel 2013 and later function. It...by earlier versions such as Excel 2010 or 2007, etc. As its name...

    docs.aspose.com/cells/cpp/using-formulatext-fun...
  4. Change the format of a cell|Documentation

    How to use Aspose.Cells library in JavaScript via C++ to change the formatting of cells, including font, color, border, etc. By adjusting these properties, you have more control over how cells look and appear....cell in Excel To change the format of a single cell in Excel, follow...follow these steps: Open Excel and open the workbook that contains...

    docs.aspose.com/cells/javascript-cpp/how-to-cha...
  5. 使用Node.js通过C++删除切片器|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/nodejs-cpp/removing-sl...
  6. X Axis Vs. Category Axis with Node.js via C++|D...

    Learn how to differentiate between the X axis and the Category axis in Aspose.Cells for Node.js via C++. Our guide will help you understand the differences in their usage and properties, and how to configure them according to your needs....Category Axes like Microsoft Excel We will display this data on...Access the first worksheet. const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/x-axis-vs-cate...
  7. Determine if Shape is Smart Art Shape with Node...

    Learn how to determine if a shape in Excel is a Smart Art shape using Aspose.Cells for Node.js via C++....special shapes in Microsoft Excel that allow you to create complex...sample code loads the sample Excel file containing a Smart Art...

    docs.aspose.com/cells/nodejs-cpp/determine-if-s...
  8. 入门|Documentation

    通过 C++ 设置 Aspose.Cells for JavaScript 的安装指南和配置....C++ 是一款高性能、功能丰富的电子表格操作和转换库,支持 Excel(XLS, XLSX, XLSB, XLSM)、ODS、CSV...环境中创建、编辑、转换和渲染电子表格。完全支持所有主要的 Excel 格式,确保在不同场景中的最大兼容性和灵活性。 采用 WebAssembly...

    docs.aspose.com/cells/zh/javascript-cpp/getting...
  9. Copy Sheet Within Workbook|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 ] Microsoft Excel - Moving or Copying Sheets within...involved for copying and moving worksheets within or between workbooks...

    docs.aspose.com/cells/java/copy-sheet-within-wo...
  10. 用C++设置边距|Documentation

    学习如何使用C++设置Excel工作表的边距。本指南涵盖了设置页面边距、居中内容以及以编程方式配置页眉和页脚边距的方法,使用Aspose.Cells for C++。...Cells 完全支持微软 Excel 的页面设置选项。开发人员可能需要为工作表配置页面设置以控制打印过程。本主题讨论如何使用...类,它代表一个Excel文件。 Workbook 类包含 Worksheets 集合,可以访问Excel文件中的每个工作表。一个工作表由...

    docs.aspose.com/cells/zh/cpp/setting-margins/