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

workbook

(0.21 sec)
  1. Copy Range Data with Style using Node.js via C+...

    Learn how to copy a range of cells with formatting using Aspose.Cells for Node.js via C++.... This example: Creates a workbook. Fills a number of cells in...new Workbook. const workbook = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/copy-range-dat...
  2. Aspose.Cells 8.8.1中的公共API更改|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....); //Create an instance of Workbook from a existing spreadsheet...instance of LoadOptions Workbook book = new Workbook ( filePath , options...

    docs.aspose.com/cells/zh/java/public-api-change...
  3. 在Python中管理文档属性|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.... Python 代码 workbook = self . Workbook ( self . dataDir...Excel file customProperties = workbook . getWorksheets () . getCustomDocumentPro...

    docs.aspose.com/cells/zh/java/managing-document...
  4. How to export excel equations to other types of...

    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....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/export-equation/
  5. Calculation difference compared with Excel 365 ...

    Hi, Using Aspose Cells for Java, version 25.4. First, the attached Workbook is re-calculated in Excel 365, using CTRL+ALT+F9. When recalculating the Workbook with Aspose Cells 25.4, at least one of the cells changes t…... First, the attached workbook is re-calculated in Excel...CTRL+ALT+F9 . When recalculating the workbook with Aspose Cells 25.4, at...

    forum.aspose.com/t/calculation-difference-compa...
  6. Working with the Shadow Effect of Shape or Char...

    Learn how to work with the shadow effect of shapes or charts using Aspose.Cells for Node.js via C++....property and then saves the workbook in the output excel file ...file const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/working-with-t...
  7. 用 Node.js 通过 C++ 合并或取消合并单元格范围|Documentation

    用 Node.js 通过 C++ 合并和取消合并 Excel 中的单元格范围。...Create a workbook const workbook = new AsposeCells . Workbook ();...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/merge-or-un...
  8. 用C++将XLSB修订转为XLSM|Documentation

    学习如何用Aspose.Cells将XLSB文件的修订转换为XLSM格式。...Create workbook from the input file Workbook workbook ( inputFilePath...inputFilePath ); // Save Workbook to XLSM format workbook . Save ( outDir...

    docs.aspose.com/cells/zh/cpp/convert-revision-o...
  9. 在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 from com . aspose . cells...WorkingWithWorksheet / ZoomFactor / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/zh/java/zoom-factor-in-jy...
  10. 在 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 DisplayHideGridlines...DisplayHideGridlines / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/zh/java/display-hide-grid...