Sort Score
Result 10 results
Languages All
Labels All
Results 3,151 - 3,160 of 103,641 for

workbook

(0.08 sec)
  1. 在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/display-or-hide-g...
  2. Using LightCells API with C++|Documentation

    Learn how to use the LightCells API in C++ to efficiently read and write large Excel files with minimal memory usage.... To save workbooks, provide the cell content...processed and then discarded; the Workbook object does not hold the collection...

    docs.aspose.com/cells/cpp/using-lightcells-api/
  3. Converting Worksheet to Image and Worksheet to ...

    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 supports converting a workbook to multiple image files, one...worksheet from a template workbook to an image file. Setup Project...

    docs.aspose.com/cells/javascript-cpp/converting...
  4. Can aspose convert mht to excel including formu...

    can aspose convert mht to excel including formula? In a cell, we want to do some simple forumla like: =IF(1.1=0,“zero”,“non-zero”)...EXCEL_97_TO_2003; Workbook workbook = new Workbook(srcFile, loadOptions);...loadOptions); workbook.save(dstFile, saveFormat);...

    forum.aspose.com/t/can-aspose-convert-mht-to-ex...
  5. Specify Document Version of the Excel File usin...

    Learn how to specify the document version of an Excel file using built-in document properties with Aspose.Cells for C++....following sample code creates a workbook and changes its built-in document...Startup (); // Create workbook object Workbook wb ; // Access built-in...

    docs.aspose.com/cells/cpp/specify-document-vers...
  6. Cannot turnoff ListObject (table) AutoFilter Co...

    How can we turn off AutoFilter completely on a ListObject (table)? We have tried the following: Workbook Workbook = new Workbook("Demo.xlsx"); Worksheet worksheet = Workbook.Worksheets[0]; ListObject listObj = workshee…...the following: Workbook workbook = new Workbook("Demo.xlsx");...xlsx"); Worksheet worksheet = workbook.Worksheets[0]; ListObject listObj...

    forum.aspose.com/t/cannot-turnoff-listobject-ta...
  7. Find the Root Element Name of XML Map with Node...

    Learn how to find the root element name of an XML map in Excel using Aspose.Cells for Node.js via C++.... Workbook ( filePath ); // Access first...first Xml Map inside the Workbook const xmap = wb . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/find-the-root-...
  8. Convert Excel to High-Resolution Image with Nod...

    Learn how to convert Excel files to high-resolution images using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( filePath );...the worksheet const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  9. Add Signature Line to the Worksheet with Node.j...

    This article describes how to add a signature line to the worksheet using Node.js code with Aspose.Cells for Node.js via C++....Instantiating a Workbook object const wb = new AsposeCells . Workbook ();...Signature Line in an Excel Workbook using Aspose.Cells for Node...

    docs.aspose.com/cells/nodejs-cpp/add-signature-...
  10. 在VSTO和Aspose.Cells中隐藏和取消隐藏工作簿中的工作表|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.... Workbooks . Open ( myPath , Missing...//Instantiate a new Workbook. Workbook workbook = new Workbook (); //Specify...

    docs.aspose.com/cells/zh/net/hide-and-unhide-wo...