Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 82,277 for

workbook

(0.07 sec)
  1. 使用C++在加载工作簿时自动调整列宽和行高以适应HTML内容|Documentation

    学习如何在使用Aspose.Cells for C++加载HTML时,将列和行自动调整以适应内容。...Hide ] 可能的使用场景 在加载 HTML 文件到 Workbook 对象内部时,您可以同时调整列和行的大小。请将 HtmlLoadOptions...HTML 加载到 Workbook 中并以 XLSX 格式保存。然后再次加载样本 HTML 到 Workbook 中,但这次在设置...

    docs.aspose.com/cells/zh/cpp/autofit-columns-an...
  2. 在使用Node.js通过C++为已签名的Excel文件添加数字签名|Documentation

    这篇文章介绍了如何使用Aspose.Cells for Node.js via C++和Node.js为已签名的Excel文件添加数字签名。...js via C++提供了 Workbook.addDigitalSignature(digitalSignatureColl)...如何向已经签名的Excel文件添加数字签名 以下示例代码演示了如何使用 Workbook.addDigitalSignature(digitalSignatureColl)...

    docs.aspose.com/cells/zh/nodejs-cpp/add-digital...
  3. Cell Alignment Settings|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....class, Workbook, that represents an Excel file. The Workbook class...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Accessing...

    docs.aspose.com/cells/java/cell-alignment-setti...
  4. 如何通过 Node.js 和 C++ 设置文本框的文本对齐方式|Documentation

    如何在 Aspose.Cells for Node.js via C++ 中设置文本框的文本对齐方式...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); const shapes = workbook . getWorksheets ()...

    docs.aspose.com/cells/zh/nodejs-cpp/applying-te...
  5. Line Breaks and Text Wrapping with C++|Document...

    How to implement text wrapping and word wrap using the Aspose.Cells library in C++. By using the Aspose.Cells library, you can easily insert text in cells and set the text wrapping method, such as manual word wrap, word wrap, etc. This document details how to implement these features and provides sample code for your reference....\\ " ); // Create Workbook Object Workbook wb ; // Open first...first Worksheet in the workbook Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/line-breaks-and-text-...
  6. Web扩展 使用C++的Office加载项|Documentation

    学习如何使用 Aspose.Cells 和 C++ 添加和访问Excel文件中的Web扩展(Office加载项)。...); // Create a new workbook Workbook workbook ; // Get the WebExtension...WebExtension collection from the workbook's worksheets WebExtensionCollecti...

    docs.aspose.com/cells/zh/cpp/web-extensions-off...
  7. Copy and Move Worksheets Within and Between Wor...

    Learn how to copy and move worksheets within and between Excel Workbooks using Aspose.Cells for C++....Worksheets Within and Between Workbooks with C++ Contents [ Hide ]...you might want to create a workbook with sheets that contain the...

    docs.aspose.com/cells/cpp/copy-and-move-workshe...
  8. 在 Jython 中调整行高和列宽|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 import Workbook class RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/zh/java/adjusting-row-hei...
  9. 在 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....Instantiating a Workbook object by excel file path $workbook = new Workbook...the Excel file $worksheet = $workbook -> getWorksheets () -> get...

    docs.aspose.com/cells/zh/java/grouping-and-ungr...
  10. Automatically refresh OLE object via Microsoft ...

    Learn how to automatically refresh OLE objects in Excel using Aspose.Cells for Node.js via C++....__dirname , "data" ); // Create workbook object from your sample excel...file const workbook = new AsposeCells . Workbook ( path . join...

    docs.aspose.com/cells/nodejs-cpp/automatically-...