Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 82,029 for

workbook

(0.07 sec)
  1. example.py

    import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......api import Workbook, FileFormatType, CellsHelper...getVersion()) workbook = Workbook(FileFormatType.XLSX) workbook.getWorksheets()...

    docs.aspose.com/cells/zh/python-java/pyinstalle...
  2. Find the Root Element Name of XML Map with Node...

    Learn how to find the root element name of an XML map in Excel using Aspose.Cells for Node.js via C++.... Workbook ( filePath ); // Access first...first Xml Map inside the Workbook const xmap = wb . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/find-the-root-...
  3. How to Add Image in Excel Cell using C#

    In this tutorial, you will understand how to add image in Excel Cell using C#. You can follow the steps and code snippet to insert image in Excel using C#....You can initialize a blank workbook from scratch or load an existing...the output file as an XLSX workbook. Steps to Add Image in Excel...

    kb.aspose.com/cells/net/how-to-add-image-in-exc...
  4. Convert Excel to High-Resolution Image with Nod...

    Learn how to convert Excel files to high-resolution images using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( filePath );...the worksheet const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  5. 使用C++识别自闭合标签|Documentation

    学习使用C++结合Aspose.Cells处理HTML中的自闭合标签的方法。...// Load sample source file Workbook wb ( srcDir + u "sampleSelfClosingTag...loadOptions ); // Save the workbook wb . Save ( outDir + u "outsampleSelfClosing...

    docs.aspose.com/cells/zh/cpp/recognise-self-clo...
  6. Change Character Spacing of Excel TextBox or Sh...

    Learn how to change the character spacing of Excel textbox or shape using Aspose.Cells with C++....excel file inside a workbook object Workbook wb ( srcDir + u "...SetSpacing ( 4 ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/cpp/change-character-spac...
  7. 使用Node.js通过C++自动调整合并单元格的行高|Documentation

    学习如何使用Aspose.Cells for Node.js via C++自动调整合并单元格的行高。在表格中实现自动调整功能。...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Obtaining the reference of the newly added...

    docs.aspose.com/cells/zh/nodejs-cpp/autofit-row...
  8. 在工作簿内或之间复制和移动工作表,使用Node.js和C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在工作簿内或之间复制和移动工作表。高效管理你的工作簿结构。... Workbook ( path . join ( dataDir ,...the first book within the workbook excelWorkbook1 . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-and-mo...
  9. 用C++创建开盘 最高 最低 收盘(OHLC)股票图表|Documentation

    学习如何用Aspose.Cells for C++创建开盘 最高 最低 收盘股票图表。该指南将展示如何绘制股票市场数据,包括开盘、最高、最低和收盘价,以便更好的分析和可视化。...Create an instance of Workbook Workbook workbook ( u "Open-High-Low-Close...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/create-open-high-l...
  10. Chart Worksheet Formulas|Aspose.Slides for Node...

    PowerPoint Equations and Spreadsheet Formulas...150 , 150 , 500 , 300 ); var workbook = chart . getChartData ()...any value to the property: workbook . getCell ( 0 , "F2" ). setValue...

    docs.aspose.com/slides/nodejs-java/chart-worksh...