Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 82,034 for

workbook

(0.03 sec)
  1. 通过Node.js使用C++降低Cell.Calculate方法的计算时间|Documenta...

    本文介绍如何使用Aspose.Cells库,通过Node.js的C++,减少Excel中单元格计算方法的计算时间。...Hide ] 可能的使用场景 通常,我们建议用户调用 Workbook.calculateFormula() 方法一次,然..."sample.xlsx" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/zh/nodejs-cpp/decrease-th...
  2. Accessing Table from Cell and Adding Values ins...

    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....Create workbook from source Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "Accessing_Table...

    docs.aspose.com/cells/nodejs-cpp/accessing-tabl...
  3. How to change background in comment in Excel wi...

    How to change color in comment in Excel. How to insert picture or image in comment in Excel using C++....is used to initialize the Workbook object in the code below....srcDir + u "exmaple.xlsx" ; Workbook book ( inputPath ); Worksheet...

    docs.aspose.com/cells/cpp/how-to-set-comment-ba...
  4. 入门|Documentation

    设置Aspose.Cells for Node.js via Java和安装指南。...cells" ); var workbook = new aspose . cells . Workbook ( aspose ... FileFormatType . XLSX ); workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-java/getting-st...
  5. AutoFit Rows for Merged Cells with C++|Document...

    Learn how to auto-fit rows for merged cells in Excel using Aspose.Cells for C++....following code, it creates a workbook object and adds multiple worksheets...(); // Create a new workbook Workbook workbook ; // Get the first...

    docs.aspose.com/cells/cpp/autofit-rows-for-merg...
  6. 在 Aspose.Cells 中锁定 WordArt 水印|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....//Instantiate a new Workbook Workbook workbook = new Workbook (); //Get...default sheet Worksheet sheet = workbook . Worksheets [ 0 ]; //Add...

    docs.aspose.com/cells/zh/net/locking-wordart-wa...
  7. 通过 C++ 在 Node.js 中导入 HTML 时删除换行后的多余空格|Documenta...

    学习如何在导入 HTML 时使用 Aspose.Cells for Node.js via C++ 删除换行后多余的空格。...from ( byteArray ); // Create workbook from stream with Html load...options const workbook = new AsposeCells . Workbook ( stream , loadOptions...

    docs.aspose.com/cells/zh/nodejs-cpp/delete-redu...
  8. Jython中的Hello World|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....quickstart / ' workbook = Workbook () sheet = workbook . getWorksheets...file_format_type = FileFormatType workbook . save ( dataDir + "HelloWorld...

    docs.aspose.com/cells/zh/java/hello-world-in-jy...
  9. Copy Range Data Only with C++|Documentation

    Learn how to copy range data only without formatting using Aspose.Cells with C++....example shows how to: Create a workbook. Add data to cells in the...02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/copy-range-data-only/
  10. Managing OLE Objects with C++|Documentation

    Learn how to add, extract, and manipulate OLE objects in worksheets using Aspose.Cells with C++....\\ " ); Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...SetObjectData ( data ); } workbook . Save ( outDir + u "output...

    docs.aspose.com/cells/cpp/managing-ole-objects/