Sort Score
Result 10 results
Languages All
Labels All
Results 3,391 - 3,400 of 103,392 for

workbook

(0.23 sec)
  1. 使用JavaScript通过C++设置工作表中评论或形状的边距|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++设置Excel工作表中评论或形状的边距..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/set-mar...
  2. 使用Node.js via C++复制带样式的范围数据|Documentation

    学习如何使用Aspose.Cells for Node.js via C++复制具有格式的单元格范围。...new Workbook. const workbook = new AsposeCells . Workbook ();...Worksheet Cells. const cells = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-range-...
  3. Applying Subtotal and Changing Direction of Out...

    Learn how to apply subtotal and change the direction of outline summary rows below detail by using the Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat , CellArea ,...Create a workbook from the uploaded Excel file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/applying-s...
  4. Working with ContentTypeProperties with Golang ...

    Add custom ContentTypeProperties to an Excel file using Aspose.Cells with Golang via C++....Cells provides Workbook.ContentTypePropertie.Add method...Sample Code Replace text in a workbook using a regular expression...

    docs.aspose.com/cells/go-cpp/working-with-conte...
  5. 用C++检查工作簿中的VBA项目是否已签名|Documentation

    用Aspose.Cells在C++中检测工作簿中的VBA项目是否已签名...Cells的 Workbook.VbaProject.IsSigned 属性进行程序检测。...用C++检测工作簿中的VBA项目是否已签名 以下代码加载工作簿,并使用 Workbook.VbaProject.IsSigned 属性检测其VBA项目是否已签名。若已签名,返回...

    docs.aspose.com/cells/zh/cpp/check-if-vba-proje...
  6. 用 Node.js 通过 C++ 删除工作簿中的未使用样式|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 从工作簿中删除未使用的样式。...Cells提供了 Workbook.removeUnusedStyles() 以删除工作簿内所有未使用的样式。...以删除工作簿内所有未使用的样式。 以下代码说明了 Workbook.removeUnusedStyles() 的用法。该代码加载了...

    docs.aspose.com/cells/zh/nodejs-cpp/remove-unus...
  7. 使用 JavaScript 通过 C++ 使用 ImageOrPrint 选项将工作表转换为图...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 将工作表转换为图片文件,并应用各种图片和打印选项。..."text/javascript" > const { Workbook , ImageOrPrintOptions , SheetRender...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  8. Get Cells Index|Documentation

    Learn how to get a row or column by the name of the row, column, or cell. Convert the name of the cell to row and column index (zero‑based) using Aspose.Cells for JavaScript via C++....example shows how to: Create a workbook and add some data. Find the..."text/javascript" > const { Workbook , SaveFormat , CellsHelper...

    docs.aspose.com/cells/javascript-cpp/get-cells-...
  9. Create and Embed Excel Charts as OLE Objects Us...

    Migrate from Microsoft Office automation to Aspose.Slides for .NET and embed Excel charts as OLE objects into PowerPoint (PPT, PPTX) slides in C#....You create a Microsoft Excel workbook, create a chart and then create...ApplicationClass object. Create a new workbook with one sheet in it. Add...

    docs.aspose.com/slides/net/create-and-embed-an-...
  10. Conversion|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 workbook = new Workbook ( "Sample.xls"...xls" ); workbook . Save ( "Converted.xlsx" , SaveFormat . Xlsx );...

    docs.aspose.com/cells/net/conversion/