Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 82,273 for

workbook

(0.11 sec)
  1. Print Comments while saving to PDF with C++|Doc...

    Learn how to print comments while saving Excel files to PDF using Aspose.Cells for C++....Create a workbook from source Excel file Workbook workbook ( inputFilePath...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/print-comments-while-...
  2. 创建新工作表|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 (); //Adding...//Adding a new worksheet to the Workbook object WorksheetCollection...

    docs.aspose.com/cells/zh/net/create-new-worksheet/
  3. Create Access and Copy Named Ranges with Node.j...

    Learn how to create, access, and copy named ranges in Excel using Aspose.Cells for Node.js via C++....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/create-access-...
  4. 在 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/adjusting-row-hei...
  5. 在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....the sheets of the Workbook. $sheets = $workbook -> getWorksheets...existing sheet within the Workbook. $sheets -> addCopy ( "Sheet1"...

    docs.aspose.com/cells/zh/java/copying-and-movin...
  6. 使用Aspose.Cells中的FormulaText功能与Python.NET|Docume...

    了解如何使用Aspose.Cells for Python via .NET处理Excel的FORMULATEXT函数。获取和设置单元格公式,同时保持表格完整性。...cells import Workbook # Create a workbook object workbook = Workbook...first worksheet worksheet = workbook . worksheets [ 0 ] # Put some...

    docs.aspose.com/cells/zh/python-net/using-formu...
  7. Determine if Paper Size of Worksheet is Automat...

    This article explains how to use the C++ API or library sample code to determine if Paper Size of Worksheet is Automatic programmatically....first workbook having automatic paper size false Workbook wb1 (...second workbook having automatic paper size true Workbook wb2 (...

    docs.aspose.com/cells/cpp/determine-if-paper-si...
  8. How to set Series invisible with Python.NET|Doc...

    Learn how to hide chart series in Excel using Aspose.Cells for Python via .NET with this step-by-step guide....cells import Workbook current_dir = os . path ....) # Load sample workbook workbook = Workbook ( os . path . join...

    docs.aspose.com/cells/python-net/how-to-set-ser...
  9. Implement Errors and Boolean Value in Russian o...

    Learn how to implement Errors and Boolean values in different languages using Aspose.Cells for Node.js via C++....source workbook const workbook = new AsposeCells . Workbook ( "...GlobalizationSetting in Russian Language workbook . getSettings (). setGlobalizationSett...

    docs.aspose.com/cells/nodejs-cpp/implement-erro...
  10. Search and Replace Data in a Range with C++|Doc...

    This article shows how to search and replace data in a range in Excel using C++ code....xlsx" ; // Create workbook Workbook workbook ( filePath ); //...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/search-and-replace-da...