Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 82,106 for

workbook

(0.06 sec)
  1. Implementing Non-Sequential Ranges with C++|Doc...

    Learn how to create named ranges with non-adjacent cells using Aspose.Cells with C++....); // Create a new workbook Workbook workbook ; // Adding a Name...sequenced range int index = workbook . GetWorksheets (). GetNames...

    docs.aspose.com/cells/cpp/implementing-non-sequ...
  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....Instantiating a Workbook object by excel file path $workbook = new Workbook...Excel file $worksheets = $workbook -> getWorksheets (); $sheet_index...

    docs.aspose.com/cells/zh/java/setting-page-opti...
  3. How to Prevent Users from Printing Excel File w...

    Learn how to prevent users from printing excel through the Aspose.Cells for C++ API.... Open your workbook which you don’t allow others...this code, go back to the workbook, and now when you print the...

    docs.aspose.com/cells/cpp/how-to-prevent-printi...
  4. Adding Worksheets to New Excel File in Jython|D...

    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...AddingWorksheetstoNe / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/adding-worksheets-to...
  5. Insert Ranges with Node.js via C++|Documentation

    Learn how to insert ranges in Excel and shift other data using Aspose.Cells for Node.js via C++....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/insert-ranges-...
  6. Create a Pie Chart in VSTO and Aspose.Cells|Doc...

    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....pie chart are: Creating a workbook and worksheet. Adding sample...Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/create-a-pie-chart-in...
  7. Get Text of Specific Cell|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.... Workbook ThisWorkbook = excelApp . Workbooks . Open (...//Instantiating a Workbook object Workbook workbook = new Workbook ( myPath...

    docs.aspose.com/cells/net/get-text-of-specific-...
  8. 将 Excel 转换为 Pdf、图像及其他格式|Documentation

    使用 Node.js 通过 C++ 将 Excel 文件转换为 Word、Excel、PowerPoint、PDF、CSV、JPG、HTML、MHT、ODS、BMP、PNG、SVG、TIFF、XPS、JSON、SQL、XML 等格式。...the Workbook object // Open an Excel file const workbook = new...new AsposeCells . Workbook ( filePath ); // Save the document...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-wor...
  9. Public API Changes in Aspose.Cells 8.5.2|Docume...

    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....//Create workbook object from source file Workbook workbook = new...new Workbook ( "source.xlsx" ); //Access first worksheet Worksheet...

    docs.aspose.com/cells/java/public-api-changes-i...
  10. Create Union Range with C++|Documentation

    Create Union Range in Excel files using Aspose.Cells with C++....(); // Create a Workbook object Workbook workbook ; // Create union...range UnionRange unionRange = workbook . GetWorksheets (). CreateUnionRange...

    docs.aspose.com/cells/cpp/create-union-range/