Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 87,186 for

workbook

(0.37 sec)
  1. 在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...
  2. Specify Document Version of the Excel File usin...

    Learn how to specify the document version of an Excel file programmatically using built-in document properties with Node.js via C++....following sample code creates a workbook and changes its built-in document...Create workbook object const wb = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/specify-docume...
  3. Verify Password Used to Protect the Worksheet w...

    Learn how to verify the password used to protect a worksheet using Aspose.Cells for Node.js via C++....instance of Workbook and load a spreadsheet const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access the protected...

    docs.aspose.com/cells/nodejs-cpp/verify-passwor...
  4. Export Worksheet or Chart into Image with Desir...

    Learn how to export a worksheet or chart to an image with specified width and height using Aspose.Cells for Node.js via C++....__dirname , "output" ); // Create workbook object from source file const...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/export-workshe...
  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. 用 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...
  7. 用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...
  8. 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...
  9. Cut and Paste Range with C++|Documentation

    Learn how to cut and paste cells within a worksheet using Aspose.Cells for C++...." ); Workbook workbook ; Worksheet worksheet = workbook . GetWorksheets...1 , ShiftType :: Right ); workbook . Save ( outDir + u "CutAndPasteCells...

    docs.aspose.com/cells/cpp/cut-and-paste-cells/
  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 from com . aspose . cells...WorkingWithWorksheet / ZoomFactor / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/zh/java/zoom-factor-in-jy...