Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 27,090 for

excel worksheet

(0.15 sec)
  1. How to Format Number to Fraction|Documentation

    This article introduces how to format numbers to fractions using Aspose.Cells for JavaScript via C++ API....Formatting numbers to fractions in Excel is useful for several reasons...format numbers as fractions in Excel: Clarity and Precision : Fractions...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  2. Find Type of X and Y Values of Points in Chart ...

    Learn how to determine the type of X and Y values in chart series points using Aspose.Cells for JavaScript via C++. This guide explains the types of data values and how to access and work with them in your charts....sample code loads the sample Excel file and accesses the first...first chart inside the first worksheet. It then calls the Chart.calculate()...

    docs.aspose.com/cells/javascript-cpp/find-type-...
  3. 在Php中取消保护工作表|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....protection 模块的 unprotect_worksheet 方法。 PHP 代码 $filesFormatType...); $worksheets = $workbook -> getWorksheets (); $worksheet = $worksheets...

    docs.aspose.com/cells/zh/java/unprotect-a-works...
  4. 使用JavaScript通过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....Cells提供了Worksheet.QueryTables集合,它按索引返回QueryTable类型的对象。它有以下两个属性...preserveFormatting 这两个都是布尔值。你可以在Microsoft Excel中通过数据 > 连接 > 属性查看它们。 工作表的查询表读取和写入...

    docs.aspose.com/cells/zh/javascript-cpp/reading...
  5. 使用JavaScript通过C++获取或设置嵌入式OLE对象的类别标识符|Documentation

    了解如何在JavaScript中使用Aspose.Cells通过C++获取或设置嵌入OLE对象的类别标识符。...下面的截图显示了从 示例Excel文件 中读取的OLE对象类标识符(GUID)。 示例代码 请参见用 示例Excel文件 执行的以...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/get-or-...
  6. 用C++通过JavaScript创建高低收(HLC)股票图表|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++创建高低收股票图表。我们的逐步指南将展示如何在图表上绘制股票市场数据,包括高价、低价和收盘价,以便进行更好的分析和可视化。... 示例代码 以下示例代码加载 示例Excel文件 并生成 输出Excel文件 。 <!DOCTYPE html> <...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  7. 使用C++处理Shape或Chart的ThreeDFormat|Documentation

    学习如何用C++操控形状或图表的3D格式。...Cells 处理形状或图表的三维格式 以下示例代码加载 源Excel文件 ,访问第一个工作表中的第一个形状,然后设置 Shape...ThreeDFormat 属性的子属性,并保存为 输出Excel文件 。 #include <iostream> #include...

    docs.aspose.com/cells/zh/cpp/working-with-the-t...
  8. 通过JavaScript使用C++保护工作表|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++保护Excel中的工作表,包括保护行、列和特定单元格。... 保护工作表 介绍 Microsoft Excel中的常规保护选项包括: 内容 对象 方案 受保护的工作表...,代表Microsoft Excel文件。 Workbook 类包含一个 worksheets 集合,可以访问Excel文件中的每个工作表。工作表由...

    docs.aspose.com/cells/zh/javascript-cpp/protect...
  9. 从单元格中删除文本|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 = @"..\..\....); // Given a document, a worksheet name, a column name, and a...

    docs.aspose.com/cells/zh/net/delete-text-from-a...
  10. 使用原始值搜索数据|Documentation

    学习如何通过Aspose.Cells for JavaScript通过C++ API使用原始值进行数据搜索。...但格式为—,那么值 20 将被隐藏,并且无法使用 Microsoft Excel 查找选项找到。但是,您可以使用 Aspose.Cells...以下示例代码说明了上述观点。它会找到无法使用Microsoft Excel的查找选项找到的单元格D4,但Aspose.Cells可以使用...

    docs.aspose.com/cells/zh/javascript-cpp/search-...