Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 101,026 for

workbook

(0.35 sec)
  1. 使用 C++ 在 Node.js 中获取工作表中的最大范围|Documentation

    本文描述了如何使用 Aspose.Cells for Node.js via C++ 获取 Excel 文件的最大范围、最大数据范围和最大显示范围。...the workbook const workbook = new AsposeCells . Workbook ( filePath...the book. const worksheets = workbook . getWorksheets (); const...

    docs.aspose.com/cells/zh/nodejs-cpp/get-max-ran...
  2. Removing Worksheets using Sheet Index in Jython...

    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 import Workbook from java . io import FileInputStream...Instantiating a Workbook object with the stream workbook = Workbook ( fstream...

    docs.aspose.com/cells/java/removing-worksheets-...
  3. Working with Background in ODS Files with Node....

    Learn how to manage backgrounds in ODS files using Aspose.Cells for Node.js via C++....ods" ); const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/working-with-b...
  4. Create Pivot Charts using Aspose.Cells|Document...

    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 ( dataDir...new sheet int sheetIndex = workbook . getWorksheets (). add (...

    docs.aspose.com/cells/java/create-pivot-charts-...
  5. 通过 C++ 保护或取消保护共享工作簿|Documentation

    学习如何用 Aspose.Cells for C++ 对共享工作簿进行密码保护或取消保护。...Cells 还支持使用 Workbook::ProtectSharedWorkboo() 和 Workbook::UnprotectSharedWorkb()...Excel file Workbook wb ; // Protect the Shared Workbook with Password...

    docs.aspose.com/cells/zh/cpp/password-protect-o...
  6. Delete Ranges with JavaScript via C++|Documenta...

    Learn how to delete ranges in Excel and shift cells left or up using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/javascript-cpp/delete-ran...
  7. Formatting Slicer with C++|Documentation

    Format slicers in Microsoft Excel using Aspose.Cells with C++.... Workbook workbook ( u "sampleFormattingSlic...worksheet. Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/formatting-slicer/
  8. Set preset WordArt style to the text of the sha...

    Learn how to set a preset WordArt style to the text of a shape using Aspose.Cells for Node.js via C++...."output" ); // Create workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Access first worksheet const worksheet...

    docs.aspose.com/cells/nodejs-cpp/set-preset-wor...
  9. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel Workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....in conjunction with Excel workbooks, where Excel serves as an...for reading data from Excel workbooks. This feature opens up powerful...

    docs.aspose.com/slides/java/excel-integration/
  10. 用C++读写XLS和XLSB文件的外部连接|Documentation

    学习如何使用Aspose.Cells for C++读取和修改XLS/XLSB文件中的外部数据库连接。...; // Load source workbook Workbook workbook ( inputFilePath );...ExternalConnectionCo connections = workbook . GetDataConnections (); DBConnection...

    docs.aspose.com/cells/zh/cpp/read-and-write-ext...