Sort Score
Result 10 results
Languages All
Labels All
Results 3,331 - 3,340 of 103,452 for

workbook

(1.86 sec)
  1. Expanding text from right to left while exporti...

    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....the workbook object const wb = new AsposeCells . Workbook ( filePath...filePath ); // Save workbook in HTML format wb . save ( path ...

    docs.aspose.com/cells/nodejs-cpp/expanding-text...
  2. 如何使用JavaScript通过C++将HTML转换为PDF|Documentation

    本主题演示如何使用Aspose.Cells for JavaScript通过C++将HTML转换为PDF和将MHTML转换为PDF。... 初始化 Workbook 对象。 通过调用Workbook.save()方法保存输出PDF文档。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  3. Access and Update the Portions of Rich Text of ...

    Learn how to Access and Update the Portions of Rich Text of Cell through the Aspose.Cells for C++ API.... The modified workbook is saved as the output Excel...u "Output.out.xlsx" ; Workbook workbook ( inputPath ); Worksheet...

    docs.aspose.com/cells/cpp/access-and-update-the...
  4. 在 Node.js 和 C++ 中用图像作为纹理平铺在形状内|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 将一张小图片作为纹理平铺在形状内...file const workbook = new AsposeCells . Workbook ( path . join...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/tile-pictur...
  5. Disable CSS while Saving to HTML with Python.NE...

    Learn how to disable CSS styles when saving Excel files to HTML format using Aspose.Cells for Python via .NET API....cells import Workbook , HtmlSaveOptions # For complete...Cells-for-.NET # Load sample workbook current_dir = os . path ....

    docs.aspose.com/cells/python-net/disable-css-wh...
  6. 使用Node.js导出工作表或图表为具有指定宽度和高度的图片|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将工作表或图表导出为具有特定宽度和高度的图片。...__dirname , "output" ); // Create workbook object from source file const...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/export-work...
  7. 在使用Node.js通过C++在工作簿中加载HTML时自动调整列和行大小|Documentation

    了解如何在使用Aspose.Cells for Node.js via C++加载HTML文件时自动调整工作簿中的列和行大小。...stream into workbook. let wb = new AsposeCells . Workbook ( ms );...); // Save the workbook in xlsx format. wb . save ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/autofit-col...
  8. Get Equation Text of Chart Trendline with C++|D...

    Learn how to use Aspose.Cells for C++ to retrieve the equation text of a trendline in a chart created in Microsoft Excel. Our guide will demonstrate how to access and extract the equation of a trendline for further analysis or display....Create workbook object from source Excel file Workbook workbook...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/get-equation-text-of-...
  9. Calculate Page Setup Scaling Factor with Node.j...

    This article provides sample code explaining how to use the Node.js API with C++ to calculate the page‑setup scaling factor using the **Fit to n page(s) wide by m tall** option of an Excel worksheet programmatically....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/calculate-page...
  10. How to Format Number to Scientific with C++|Doc...

    This article will introduce how to Format Number to Scientific using Aspose.Cells for C++ API....Cpp Step 2: Create a New Workbook or Open an Existing One You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/cpp/how-to-format-number-...