Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 102,333 for

workbook

(0.14 sec)
  1. Specify Document Version of the Excel File usin...

    Learn how to specify the document version of an Excel file programmatically using built-in document properties with JavaScript via C++....following sample code creates a workbook and changes its built-in document..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/specify-do...
  2. Grouping and Ungrouping Rows and Columns in PHP...

    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 the Excel file path $workbook = new...new Workbook ( $dataDir . 'Book1.xls' ); # Accessing the first worksheet...

    docs.aspose.com/cells/java/grouping-and-ungroup...
  3. Copy Range Data with Style in C++|Documentation

    Copy range data including cell styles in Excel files using Aspose.Cells for C++....demonstrates how to: Create a workbook Populate cells with data Create...02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/copy-range-data-with-...
  4. Add Pivot Connection with JavaScript via C++|Do...

    Learn how to add a pivot connection using Aspose.Cells for JavaScript via C++.... Finally, it saves the workbook as output Excel file . Sample..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/add-pivot-...
  5. How to add/insert TextBox to Worksheet with Jav...

    How to add/insert Text Box to Worksheet in Aspose.Cells for JavaScript via C++....body > < h1 > Add TextBox to Workbook </ h1 > < input type = "file"..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/add-text-b...
  6. 指定使用DBNum自定义模式格式|Documentation

    Aspose.Cells是一个支持用自定义格式模式格式化日期和数字的JavaScript/C++库。本文展示了如何使用 dbnum 自定义格式模式以更好地控制数字显示。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...); // Create or load workbook let workbook ; if ( fileInput . files...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  7. Working with Worksheets in xlsx4j|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....following topics: Convert Workbook to HTML in xlsx4j Detect Merged...Display and Hide Scrollbars of a Workbook in xlsx4j Display and Hide...

    docs.aspose.com/cells/java/working-with-workshe...
  8. Issue converting XLSX and XLSM files containing...

    We are converting XLSX and XLSM files to PDFs using the following code. static public string ConvertExcel(string inputFilePath = "", string outputFilePath = "") { string results = "SUCCESS"; try …...Load the workbook Workbook workbook = new Workbook(inputFilePath);...foreach (Worksheet sheet in workbook.Worksheets) { foreach (Shape...

    forum.aspose.com/t/issue-converting-xlsx-and-xl...
  9. Public API Changes in Aspose.Cells 8.8.1|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....be loaded when building the workbook from a template file. Filtering...Tables. SETTINGS loads only Workbook & Worksheet settings. SHAPE...

    docs.aspose.com/cells/java/public-api-changes-i...
  10. Display or Hide Tabs 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-tabs...