Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 102,694 for

workbook

(0.08 sec)
  1. 如何用 C++ 为文本框应用/设置文本对齐|Documentation

    如何用 C++ 在 Aspose.Cells 中为文本框应用/设置文本对齐。...); // Create a new workbook Workbook workbook ; // Get the shapes...worksheet ShapeCollection shapes = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/applying-text-alig...
  2. Get Max Range In A Worksheet with C++|Documenta...

    This article describes how to get the max range, max data range, and max display range of Excel files with the Aspose.Cells for C++ library....Create a workbook object and open the Excel file Workbook workbook...in the workbook WorksheetCollection worksheets = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/get-max-range-in-a-wo...
  3. 在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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/zh/net/encrypting-files-i...
  4. Find Query Tables and List Objects related to E...

    Learn how to find Query Tables and List Objects related to External Data Connections using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , CellsHelper , TableDataSourceType...}); function printTables ( workbook , externalConnection ) { //...

    docs.aspose.com/cells/javascript-cpp/find-query...
  5. Working with ContentTypeProperties with JavaScr...

    Learn how to work with custom ContentTypeProperties in Excel files using Aspose.Cells for JavaScript via C++....Cells provides the Workbook.contentTypePropertie method..."text/javascript" > const { Workbook , SaveFormat , FileFormatType...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  6. 用C++设置对齐方式|Documentation

    在Aspose.Cells库中,您可以使用单元格对齐设置来调整文本的布局和显示。通过调整水平对齐、垂直对齐和文本换行等设置,您可以更好地控制文本在单元格中的流动。本文件将为您提供详细的步骤和样本代码,以帮助您快速掌握如何使用Aspose.Cells进行单元格对齐设置。...Cells提供一个表示Excel文件的类 WorkbookWorkbook 类包含一个 Worksheets 集合,...\\ " ); // Create workbook Workbook workbook ; // Obtain the reference...

    docs.aspose.com/cells/zh/cpp/cells-alignment-se...
  7. Using FormulaText Function in Aspose.Cells with...

    Learn how to work with Excel's FORMULATEXT function using Aspose.Cells for Python via .NET. Get and set cell formulas programmatically while maintaining spreadsheet integrity....cells import Workbook # Create a workbook object workbook = Workbook...first worksheet worksheet = workbook . worksheets [ 0 ] # Put some...

    docs.aspose.com/cells/python-net/using-formulat...
  8. Import Data to Worksheets using Aspose.Cells|Do...

    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 (); //...sheet index int sheetIndex = workbook . getWorksheets (). add ();...

    docs.aspose.com/cells/java/import-data-to-works...
  9. Adding 2-Color Scale and 3-Color Scale Conditio...

    How to use the Aspose.Cells library in JavaScript via C++ to add conditional formatting for two‑color scales and three‑color scales. By adjusting these criteria, you have more control over how cells look...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...we'll create a new workbook } let workbook ; if ( fileInput ....

    docs.aspose.com/cells/javascript-cpp/adding-2-c...
  10. 在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-s...