Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 84,736 for

workbook

(0.31 sec)
  1. Cells.importdata is failing if there is invalid...

    Hi Team, We are trying to skip the next cells if the error in formula. Below is the code we are trying. Is there an option to skip to next cell if error occurs // Create a new Workbook Workbook Workbook1 = new Workboo…...Create a new workbook Workbook workbook1 = new Workbook(); Cells...Create a new workbook Workbook workbook = new Workbook(); Cells cells...

    forum.aspose.com/t/cells-importdata-is-failing-...
  2. 在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.... PHP 代码 $worksheets = $workbook -> getWorksheets (); $worksheet...(that is Excel 2003) format $workbook -> save ( $dataDir . "Add...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  3. How to Manage Dates and Times with C++|Document...

    Learn how to manage dates and times through the Aspose.Cells for C++ API....date system is used in the workbook by default. The 1904 date...date system in the workbook, set the Workbook::GetSettings()->SetDate1904(true)...

    docs.aspose.com/cells/cpp/how-to-manage-dates-a...
  4. 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/
  5. 通过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...
  6. 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...
  7. Display or Hide Gridlines in Ruby|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....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/display-or-hide-grid...
  8. 在Ruby中冻结窗格|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....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/freeze-panes-in-r...
  9. 在Node.js via C++中处理ODS文件的背景|Documentation

    学习如何使用Aspose.Cells for Node.js via C++管理ODS文件中的背景。...ods" ); const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/working-wit...
  10. 在PHP中向新Excel文件添加工作表|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/add-worksheets-to-...