Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 102,700 for

workbook

(0.1 sec)
  1. Convert Excel to Pdf, Image and other formats|D...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML and more by using Aspose.Cells for Python via .NET API....conversion means to load a workbook in one file format and save...into another. Convert Excel Workbook to PDF PDF files are widely...

    docs.aspose.com/cells/python-net/convert-workbo...
  2. 通过C++用JavaScript格式化行列|Documentation

    Aspose.Cells for Java脚本通过C++可以支持更改行高或列宽,以及对行或列应用格式。...Java脚本通过C++提供了一个类 Workbook ,代表一个Microsoft Excel文件。 Workbook 类包含一个 WorksheetCollection..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/adjusti...
  3. Encrypt And Decrypt ODS files with Node.js via ...

    Password-protect and encrypt ODS files using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( path . join...Password protect the file workbook . getSettings (). setPassword...

    docs.aspose.com/cells/nodejs-cpp/encrypt-and-de...
  4. 使用 Node.js 通过 C++ 转换 Excel 为 JSON|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 将 Excel 文件转换为 JSON。...Json 作为 Workbook.save(string, SaveFormat) 方法的第二个参数传递。你也可以使用...source workbook const workbook = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...
  5. Using Built-in Styles|Documentation

    JavaScript code to use Excel built-in styles with Aspose.Cells for JavaScript via C++....use built‑in styles in your workbook and also create custom styles...Built-in Styles The method Workbook.createBuiltinStyle(BuiltinStyleType)...

    docs.aspose.com/cells/javascript-cpp/using-buil...
  6. 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-...
  7. 使用JavaScript通过C++将多个工作表合并为一个工作表。|Documentation

    学习如何使用8647720447Script通过C++将多个工作表合并为一个工作表。...Merge Worksheets into One Workbook </ h1 > < input type = "file"..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/combine...
  8. Convert charts to images|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 Workbook workbook = new Workbook (); //Adding...Excel object int sheetIndex = workbook . Worksheets . Add (); //Obtaining...

    docs.aspose.com/cells/net/convert-charts-to-ima...
  9. 用JavaScript通过C++在工作表之间复制形状|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在工作表之间复制图片、图表等形状。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/copy-sh...
  10. Insert Pictures and Shapes of Excel files with ...

    Manage pictures, OLE objects, and shapes in Excel files using Aspose.Cells for JavaScript via C++....body > < h1 > Add Picture to Workbook Example </ h1 > < p > Optional:...leave empty to create a new workbook. </ p > < input type = "file"...

    docs.aspose.com/cells/javascript-cpp/insert-sha...