Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 82,277 for

workbook

(0.06 sec)
  1. 限制和 API 差异|Documentation

    Aspose.Cells for PHP via Java 的限制和 API 差异....cells \ Workbook ; 实例化新工作簿 Aspose.Cells for Java Workbook workbook...new Workbook (); Aspose.Cells for PHP via Java $workbook = new...

    docs.aspose.com/cells/zh/php-java/limitations-a...
  2. Manage Comments and Notes with Node.js via C++|...

    Insert and manage comments or notes with Aspose.Cells for Node.js via C++....Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook object...

    docs.aspose.com/cells/nodejs-cpp/comments-and-n...
  3. 通过C++使用Node.js复制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....new Workbook. const workbook = new AsposeCells . Workbook ();...the book. let worksheets = workbook . getWorksheets (); // Get...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-ranges...
  4. Developer Guide|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....with C++ Pivot Tables Manage Workbook with C++ Worksheets Convert...Combine Multiple Workbooks into a Single Workbook with C++ Protect...

    docs.aspose.com/cells/cpp/developer-guide/
  5. Zoom Factor in 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 Code workbook = self . Workbook ( self . dataDir...the Excel file worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/java/zoom-factor-in-python/
  6. 页面设置 自适应页面设置|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 Workbook workbook = new Workbook (); //...WorksheetCollection worksheets = workbook . getWorksheets (); int sheetIndex...

    docs.aspose.com/cells/zh/java/page-setup-fit-to...
  7. Save Each Worksheet to Different PDF using Aspo...

    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....dataDir + "workbook.xlsx" ; //Instantiate a new workbook and open...from its location Workbook workbook = new Workbook ( filePath );...

    docs.aspose.com/cells/java/save-each-worksheet-...
  8. Set Worksheet Tab Color with Node.js via C++|Do...

    This article demonstrates sample code that sets the Excel worksheet Tab Color programmatically using Node.js via C++....Instantiate a new Workbook // Open an Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "Book1.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/set-worksheet-...
  9. Using FormulaText Function in Aspose.Cells with...

    This article introduces how to use the FormulaText function in Aspose.Cells library to process formulas in Microsoft Excel. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to get and set the formula text of the cell and get the result. Finally, we save the modified Excel file to disk....(); // Create a workbook object Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/using-formulatext-fun...
  10. 使用Aspose.Cells for Node.js via C++通过Microsoft E...

    学习如何使用Aspose.Cells for Node.js via C++在Excel中自动刷新OLE对象。...__dirname , "data" ); // Create workbook object from your sample excel...file const workbook = new AsposeCells . Workbook ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/automatical...