Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 27,074 for

excel worksheet

(0.65 sec)
  1. Output Blank Page when there is Nothing to Prin...

    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....anything when you export a worksheet to an image. You can change...an empty worksheet and renders the empty worksheet to an image...

    docs.aspose.com/cells/python-net/output-blank-p...
  2. 用C++管理评论和注释|Documentation

    使用Aspose.Cells for C++插入和管理评论或注释。...通过调用 Comments 集合的 Add 方法(封装在 Worksheet 对象中)向一个单元格添加评论。可以通过传递评论索引访问新的...Workbook workbook ; // Add a new worksheet to the workbook int32_t sheetIndex...

    docs.aspose.com/cells/zh/cpp/comments-and-notes/
  3. 格式化数据透视表|Documentation

    如何用Aspose.Cells for JavaScript通过C++对数据透视表进行格式化。... 如何设置自动格式类型 Microsoft Excel提供多种预设报告格式。Aspose.Cells for ...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/zh/javascript-cpp/formatt...
  4. Python中的设置页面选项|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....Instantiating a Workbook object by excel file path workbook = self ....Accessing the first worksheet in the Excel file worksheets = workbook...

    docs.aspose.com/cells/zh/java/setting-page-opti...
  5. 查找与外部数据连接相关的查询表和列表对象,通过JavaScript与C++|Documenta...

    学习如何使用Aspose.Cells for JavaScript通过C++查找与外部数据连接相关的查询表和列表对象。...查找与外部数据连接相关的查询表和列表对象 以下示例代码和 示例Excel文件 解释了如何找出与外部数据连接相关的查询表和列表对象。...the worksheets for ( let j = 0 ; j < workbook . worksheets . count...

    docs.aspose.com/cells/zh/javascript-cpp/find-qu...
  6. Aspose.Cells 8.4.0 中的公共 API 变更|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....workbook object from source Excel file Workbook workbook = new...code ; } } //Save the output Excel file workbook . Save ( "output...

    docs.aspose.com/cells/zh/net/public-api-changes...
  7. 使用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...
  8. 使用 JavaScript 通过 C++ 设置页面选项|Documentation

    本文提供示例代码,用于通过 JavaScript 通过 C++ 编程方式设置 Excel 工作表的页面选项,包括页面方向、缩放比例、FitToPages 选项、纸张大小、打印质量和首页编号。...Microsoft Excel 文件。 Workbook 类包含一个 worksheets 集合,允许访问 Excel 文件中的每个工作表。工作表由...文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet 类提供 PageSetup 属性,用于设置工作表的页面布局选项。实际上,这个...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  9. How to Lock Cells to Protect Them|Documentation

    This article shows you code explaining how to lock cells to protect them using Aspose.Cells for Node.js via C++....applications, such as Microsoft Excel or Google Sheets, for several...while keeping the rest of the worksheet protected. Protecting Formulas:...

    docs.aspose.com/cells/nodejs-cpp/how-to-lock-ce...
  10. 通过Node.js使用C++处理Shape或Chart的反射效果|Documentation

    学习如何使用Aspose.Cells for Node.js via C++处理形状或图表的反射效果。设置各种反射属性以达到预期效果。...getType() 使用形状或图表的反射效果 以下示例代码加载 源Excel文件 ,访问第一个工作表中的第一个形状,设置 Shape...getReflection() 属性的子属性,然后将工作簿保存为 输出Excel文件 。 const path = require ( "path"...

    docs.aspose.com/cells/zh/nodejs-cpp/working-wit...