Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 27,108 for

excel worksheet

(0.14 sec)
  1. 使用JavaScript通过C++设置工作表中评论或形状的边距|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++设置Excel工作表中评论或形状的边距...它加载包含两个形状的 示例Excel文件 。代码逐个访问形状,并设置它们的顶部、左侧、底部和右侧边距。请参阅由代码生成的...右侧边距。请参阅由代码生成的 输出Excel文件 以及显示代码对输出Excel文件的影响的屏幕截图。 示例代码 <!DOCTYPE...

    docs.aspose.com/cells/zh/javascript-cpp/set-mar...
  2. 用 JavaScript 通过 C++ 冻结 Excel 工作表的窗格|Documentation

    在本文中,你将学习如何使用 Aspose.Cells for JavaScript 通过 C++ 编程方式冻结 Excel 工作表的窗格。...用 JavaScript 通过 C++ 冻结 Excel 工作表的窗格 Contents [ Hide ] 介绍 本文介...取消冻结窗格只会改变数据的视图,不会改变数据本身。 在Excel中 若要冻结窗格、冻结行列,先选中一个单元格(如B2)。...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  3. 获取工作表信息|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 ] OpenXML Excel string FilePath = @"..\..\....FileName = FilePath + "Get worksheet information.xlsx" ; GetSheetInfo...

    docs.aspose.com/cells/zh/net/get-worksheet-info...
  4. Getting Started|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....create a new Excel file or open an existing Excel file. Access...any desired cell of a worksheet in the Excel file. Insert the words...

    docs.aspose.com/cells/net/getting-started/
  5. 在工作表中查找形状的绝对位置(C++)|Documentation

    使用Aspose.Cells和C++确定形状在工作表中的绝对位置。...\\ " ); // Load the sample Excel file inside the workbook object...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/finding-absolute-p...
  6. 使用C++管理Excel图表的数据标签|Documentation

    学习如何使用Aspose.Cells for C++有效管理Excel图表中的数据标签。我们的全面指南涵盖了添加、删除和修改标签等各种管理任务,以增强图表的可读性和易用性。...使用C++管理Excel图表的数据标签 Contents [ Hide ] 数据标签是图表的重要组成部分。我们可以轻松了解每个系列的值、百分比等信息。...workbook ; // Adding a new worksheet to the Workbook object int...

    docs.aspose.com/cells/zh/cpp/insert-datalabels-...
  7. Get Equation Text of Chart Trendline with Node....

    Learn how to use Aspose.Cells for Node.js via C++ to retrieve the equation text of a trendline in a chart created in Microsoft Excel. Our guide will demonstrate how to access and extract the equation text of a trendline for further analysis or display....workbook object from source Excel file const workbook = new AsposeCells...Access the first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/get-equation-t...
  8. Format Ranges with Node.js via C++|Documentation

    Learn how to format a range of cells in Excel using Aspose.Cells for Node.js via C++....Range in Excel To format a range of cells in Excel, you can use...formatting options provided by Excel. Here’s how you can format a...

    docs.aspose.com/cells/nodejs-cpp/how-to-format-...
  9. 用C++设置图表的数据显示标签的形状类型|Documentation

    学习如何使用Aspose.Cells for C++设置图表中数据标签的形状类型。我们的指南将解释不同的形状类型,并展示如何选择合适的形状以增强图表的展示效果和可用性。...请参阅此代码使用的 示例Excel文件 和由其生成的 输出Excel文件 。截屏展示了代码在示例Excel文件上的效果。 示例代码...Startup (); // Load source Excel file U16String inputFilePath...

    docs.aspose.com/cells/zh/cpp/set-the-shape-type...
  10. 用 C++ 隐藏工作表中的零值显示|Documentation

    本文将展示如何用示例代码通过 C++ 库或 API 编程隐藏 Excel 工作表中的零值。... 要在Microsoft Excel中隐藏工作表中的零值(例如Microsoft Excel 2003): 从 工具 菜单中选择...01_SourceDirectory \\ " ); //Path of input excel file U16String inputFilePath...

    docs.aspose.com/cells/zh/cpp/hiding-the-display...