Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 105,106 for

workbook

(0.12 sec)
  1. 使用 C++ 的 JavaScript 管理文档属性|Documentation

    学习如何通过 C++ API 管理文档属性。...Cells的 Workbook 类代表Excel文件,类似Excel文件, Workbook 类可以包含多个工作表,每个由..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/managin...
  2. How to Insert Picture in Cell|Documentation

    Learn how to insert a picture into a cell with Aspose.Cells for JavaScript via C++.... Instantiate a Workbook object. Get the cell where...property. Finally, save the workbook in the output XLSX format...

    docs.aspose.com/cells/javascript-cpp/how-to-ins...
  3. 通过 Node.js 使用 C++ 自动调整行和列的宽度|Documentation

    本文展示了如何使用Aspose.Cells for Node.js via C++自动调整单元格范围内的行、列、合并单元格的行以及行的宽度。...Cells 提供了 Workbook 类,表示一个 Microsoft Excel 文件。 Workbook 类包含一个 Workbook...buffer const workbook = new AsposeCells . Workbook ( fileBuffer...

    docs.aspose.com/cells/zh/nodejs-cpp/autofit-row...
  4. Protected Sheet Without Password - Free Support...

    We use below method to load the document into Aspose by trying with different LoadFormat Workbook LoadExcelDocument(FileStream stream) { Aspose.Cells.Workbook Workbook; bool isExcelDocumentLoaded = false; v…...with different LoadFormat Workbook LoadExcelDocument(FileStream...stream) { Aspose.Cells.Workbook workbook; bool isExcelDocumentLoade...

    forum.aspose.com/t/protected-sheet-without-pass...
  5. 使用JavaScript通过C++生成Pdf|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++将Excel工作簿转换为PDF。...只需使用 Workbook 类的 save(string, SaveFormat)...按以下步骤直接将Excel电子表格转换为PDF格式: 通过调用其空构造函数实例化 Workbook 类的对象。 您可以打开/加载现有模板文件,或者如果您是从头开始创建工作簿,则跳过此步骤。...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  6. Display or Hide Gridlines in Ruby|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 the Excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/display-or-hide-grid...
  7. 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++....property, and then saves the workbook to the output Excel file....file const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/working-with-t...
  8. 在单元格内添加 HTML 富文本|Documentation

    学习如何通过 Aspose.Cells for JavaScript 通过 C++ API 在单元格内添加 HTML 富文本。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...getElementById ( 'fileInput' ); let workbook ; // If a file is provided...

    docs.aspose.com/cells/zh/javascript-cpp/adding-...
  9. 通过 JavaScript 结合 C++ 获取形状的连接点|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 从 Excel 中的形状中检索连接点。...example operates on a new workbook): </ p > < input type = "file"..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/get-con...
  10. How and Where to Use Enumerators with JavaScrip...

    Learn how to use Enumerators through the Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

    docs.aspose.com/cells/javascript-cpp/how-and-wh...