Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 87,167 for

workbook

(0.07 sec)
  1. Your First Aspose.Cells Application - Hello Wor...

    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 an instance of the Workbook class. Apply the license:...Creating a Workbook The following example creates a new workbook from...

    docs.aspose.com/cells/python-net/your-first-asp...
  2. Public API Changes in Aspose.Cells 8.0.1|Docume...

    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....//Instantiate a new Workbook Workbook book = new Workbook (); //Set the...automatically created by the Workbook object. In order to change...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. 在将电子表格转换为HTML时为WordArt渲染渐变填充|Documentation

    学习如何在转换电子表格为HTML时为WordArt渲染渐变填充,使用Aspose.Cells for Node.js via C++。...fill const workbook = new AsposeCells . Workbook ( filePath );...); // Save workbook to html format workbook . save ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/render-grad...
  4. Set the Shape Type of Data Labels of Chart with...

    Learn how to set the shape type of data labels in charts using Aspose.Cells for Node.js via C++. This guide will explain the different shape types available and show you how to choose the appropriate shape for your data labels to enhance presentation and usability....file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/set-the-shape-...
  5. Disable Downlevel Revealed Comments while savin...

    Eliminate Downlevel Revealed Comments while saving Excel files to HTML using Aspose.Cells with C++....Cells-for-C // Load sample workbook U16String sourceDir ( u "...02_OutputDirectory \\ " ); Workbook wb ( sourceDir + u "sampleDisableDownlev...

    docs.aspose.com/cells/cpp/disable-downlevel-rev...
  6. 用C++检查VBA代码是否签名|Documentation

    学习如何用Aspose.Cells在C++中检查Excel文件中的VBA代码是否已签名。...xlsm" ; // Create workbook Workbook workbook ( inputFilePath );...Code Project Signed: " << workbook . GetVbaProject (). IsSigned...

    docs.aspose.com/cells/zh/cpp/check-if-vba-code-...
  7. Get Cell String Value with and without Formatti...

    Learn how to Get Cell String Value with and without Formatting through the Aspose.Cells for C++ API....Startup (); // Create workbook Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/get-cell-string-value...
  8. 检测工作表中的合并单元格|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 C++ 库。它支持检测工作表中的合并单元格,方便用户识别和操作这些单元格。本文将介绍如何使用 Aspose.Cells 库检测合并单元格。...02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "SampleInput...xlsx" ); Worksheet wkSheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/detect-merged-cell...
  9. 使用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...
  10. Aspose.Cells 8.7.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....此外,新API允许从Workbook中的数字签名VBA项目中提取证书作为原始数据。 数字签名...0已公开了VbaProject.Sign方法,该方法可用于 数字签名Workbook中的VBA项目 。该方法接受在Aspose.Cells...

    docs.aspose.com/cells/zh/net/public-api-changes...