Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 53,557 for

workbook

(0.08 sec)
  1. 用 Node.js 通过 C++ 加载工作簿中的特定工作表|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 加载工作簿中的特定工作表。优化性能,减少内存使用。...Define a new Workbook. let workbook ; // Load the workbook with the...Create the workbook. workbook = new AsposeCells . Workbook ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/load-specif...
  2. 使用C++导出与XML映射关联的XML数据|Documentation

    学习如何使用Aspose.Cells for C++在工作簿内导出与XML映射相关联的XML数据。...导出链接到工作簿中的 XML 映射的 XML 数据 请使用 Workbook::ExportXml() 方法导出工作簿内与XML...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/zh/cpp/export-xml-data-li...
  3. Page Break Preview in Jython|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.... cells import Workbook class PageBreakPreview : def...PageBreakPreview / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/page-break-preview-i...
  4. Set Preset WordArt Style to the Text of the Sha...

    Learn how to set preset WordArt style to the text of a shape using Aspose.Cells for C++....(); // Create workbook object Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/set-preset-wordart-st...
  5. 在PHP中加密文件|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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/zh/net/encrypting-files-i...
  6. Insert Hyperlinks into Excel or OpenOffice with...

    How to insert hyperlinks into Excel file with Aspose.Cells library without MS Excel using C++....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/cpp/insert-hyperlinks-to-...
  7. Public API Changes in Aspose.Cells 8.5.0|Docume...

    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....CalcStackSize of corresponding workbook. CalculationOptions.CustomFunction:...calculateFormula method as listed below. Workbook.calculateFormula(CalculationOptions)...

    docs.aspose.com/cells/java/public-api-changes-i...
  8. 通过Node.js与C++删除命名范围|Documentation

    您可以学习如何使用Aspose.Cells for Node.js via C++从Excel或OpenOffice文件中删除定义的名称或命名范围。...new Workbook. const workbook = new AsposeCells . Workbook ( filePath...the book. const worksheets = workbook . getWorksheets (); // Deleted...

    docs.aspose.com/cells/zh/nodejs-cpp/delete-name...
  9. Get Text of Specific Cell|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.... Workbook ThisWorkbook = excelApp . Workbooks . Open (...//Instantiating a Workbook object Workbook workbook = new Workbook ( myPath...

    docs.aspose.com/cells/net/get-text-of-specific-...
  10. Create Union Range with C++|Documentation

    Create Union Range in Excel files using Aspose.Cells with C++....(); // Create a Workbook object Workbook workbook ; // Create union...range UnionRange unionRange = workbook . GetWorksheets (). CreateUnionRange...

    docs.aspose.com/cells/cpp/create-union-range/