Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 87,223 for

workbook

(0.18 sec)
  1. 在 Ruby 中自动调整行和列|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 by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/autofit-rows-and-...
  2. 将每个工作表保存为不同的 PDF 文件,使用 C++|Documentation

    了解如何使用 Aspose.Cells for C++ 将 Excel 文件中的每个工作表保存为单独的 PDF 文件。...xlsx" ; // Instantiate a new workbook and open the Excel file from...from its location Workbook workbook ( filePath ); // Get the count...

    docs.aspose.com/cells/zh/cpp/save-each-workshee...
  3. 如何用Node.js通过C++控制工作簿视图|Documentation

    了解如何通过Aspose.Cells for Node.js via C++ API控制工作簿视图。...Instantiating an Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Obtaining the reference of the newly added...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-cont...
  4. 通过 Node.js 使用 C++ 计算公式|Documentation

    本文介绍如何使用 Aspose.Cells 库,通过 C++ 在 Node.js 中计算 Microsoft Excel 公式。通过加载现有Excel文件或创建新文件,利用 Aspose.Cells 提供的方法计算公式并获取结果。最后保存修改后的Excel文件到磁盘。...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Excel object...

    docs.aspose.com/cells/zh/nodejs-cpp/calculate-f...
  5. How to set category axis with Node.js via C++|D...

    Learn how to set the category axis in Aspose.Cells for Node.js via C++. Our guide will help you understand how to define the category axis range, adjust its properties, and format its labels....in sample code Create a new workbook. Create a new chart in the...the value axis, and save the workbook to view the result. Sample...

    docs.aspose.com/cells/nodejs-cpp/how-to-set-cat...
  6. Export Excel Equations to Other Formats with Py...

    Learn how to export Excel equations to LaTeX and MathML formats using Aspose.Cells for Python via .NET....cells import Workbook from aspose.cells.drawing...dir_path = "testcase/data" workbook = Workbook ( os . path . join (...

    docs.aspose.com/cells/python-net/export-equation/
  7. Use Custom XML Parts in Aspose.Cells with Node....

    Learn how to use custom XML parts in Aspose.Cells for Node.js via C++. Integrate external XML data within Excel files seamlessly....XML that will be injected to Workbook const booksXML = `<catalog>...an instance of Workbook class const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/use-custom-xml...
  8. Load or Import CSV file with Formulas using C++...

    Load or import a CSV file containing formulas using Aspose.Cells with C++....CSV file into a Workbook object Workbook workbook ( srcDir + u "sample...3,3) Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/load-or-import-csv-fi...
  9. 如何用Node.js通过C++控制工作表标签栏|Documentation

    学习如何使用Aspose.Cells for Node.js via C++控制工作表标签栏。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook (); // Obtaining...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-cont...
  10. 用 C++ 将源范围的行高复制到目标范围|Documentation

    学习如何使用 Aspose.Cells for C++ 将行高从源范围复制到目标范围。...); // Create workbook object Workbook workbook ; // Source worksheet...worksheet Worksheet srcSheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/copy-row-heights-o...