Sort Score
Result 10 results
Languages All
Labels All
Results 3,881 - 3,890 of 102,528 for

workbook

(0.1 sec)
  1. 在 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...
  2. 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...
  3. 使用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...
  4. 避免在输出PDF中生成空白页,使用Node.js via C++|Documentation

    学习如何在没有内容输出时避免输出PDF中的空白页,使用Aspose.Cells for Node.js via C++。...empty workbook. const wb = new AsposeCells . Workbook (); //...setOutputBlankPageWh ( false ); // Save workbook to Pdf format, it will throw...

    docs.aspose.com/cells/zh/nodejs-cpp/avoid-blank...
  5. Using LightCells API with JavaScript via C++|Do...

    Learn how to read and write large Excel files using the LightCells API in JavaScript via C++. Improve performance and efficiency with less memory consumption.... To save workbooks, provide the cell content...processed and then discarded; the Workbook object does not hold the collection...

    docs.aspose.com/cells/javascript-cpp/using-ligh...
  6. 用C++在Node.js中计数工作表中的单元格数量|Documentation

    学习如何通过Aspose.Cells for Node.js via C++以编程方式统计Excel工作表中的单元格数。...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/count-numbe...
  7. 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...
  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. Converting Worksheet to Image and Worksheet to ...

    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 supports converting a workbook to multiple image files, one...worksheet from a template workbook to an image file. Setup Project...

    docs.aspose.com/cells/net/converting-worksheet-...
  10. Working with Aspose.Cells.GridDesktop Events|Do...

    This article introduces how to use events in GridDesktop....in the workbook. BeforeLoadFile Occurs before a workbook is loaded...FailLoadFile Occurs when the workbook fails to load. FinishCalculate...

    docs.aspose.com/cells/net/aspose-cells-griddesk...