Sort Score
Result 10 results
Languages All
Labels All
Results 8,311 - 8,320 of 21,314 for

worksheet

(0.16 sec)
  1. إدارة المصنف باستخدام C++|Documentation

    تعلم كيفية إدارة المصنف عبر واجهات برمجة التطبيقات Aspose.Cells for C++....Workbook workbook ; // Add a worksheet to the workbook workbook ...workbook ( "input.xlsx" ); auto worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/ar/cpp/managing-workbooks...
  2. Changements dans l API publique dans Aspose.Cel...

    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....//Access first worksheet Worksheet worksheet = workbook . getWorksheets...//Add 10 in cell A1 and A2 worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/fr/java/public-api-change...
  3. إدارة أوراق العمل في ملفات Microsoft Excel.|Doc...

    يوضح هذا المقال كيفية إدارة ورق العمل في ملفات Microsoft Excel باستخدام Aspose.Cells for Python via .NET API....الفئة Workbook على مجموعة worksheets تتيح الوصول إلى كل ورقة عمل...ورقة العمل بفئة Worksheet . توفر الفئة Worksheet مجموعة واسعة من...

    docs.aspose.com/cells/ar/python-net/manage-work...
  4. Lettura dei valori delle celle in più thread co...

    Impara a leggere i valori delle celle in più thread contemporaneamente usando Aspose.Cells per Python API via .NET....contemporaneamente, imposta worksheet.cells.multi_thread_reading...questa riga: test_workbook . worksheets [ 0 ] . cells . multi_thread_reading...

    docs.aspose.com/cells/it/python-net/reading-cel...
  5. Comment imprimer Excel en pages ajustées en lar...

    Apprenez à définir les propriétés fit_to_pages_wide et fit_to_pages_tall pour l impression Excel en utilisant Aspose.Cells pour API Python via .NET....Accessing the first worksheet in the Excel file worksheet = workbook .... worksheets [ 0 ] # Setting the number of pages to which the...

    docs.aspose.com/cells/fr/python-net/how-to-prin...
  6. Öffentliche API Änderungen in Aspose.Cells 8.4....

    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....first worksheet com . aspose . cells . Worksheet worksheet = workbook...aspose . cells . Chart chart = worksheet . getCharts (). get ( 0 );...

    docs.aspose.com/cells/de/java/public-api-change...
  7. Modifiche all API pubblica in Aspose.Cells 8.4....

    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....first worksheet com . aspose . cells . Worksheet worksheet = workbook...aspose . cells . Chart chart = worksheet . getCharts (). get ( 0 );...

    docs.aspose.com/cells/it/java/public-api-change...
  8. C++で数式を計算する|Documentation

    この記事では、Aspose.Cellsライブラリを使用してC++でMicrosoft Excelの数式を計算する方法を紹介します。既存のExcelファイルを読み込むか新規作成し、Aspose.Cellsのメソッドを使用して数式を計算し、その結果を取得します。最後に、修正したExcelファイルを保存します。...または、 Worksheet クラスの CalculateFormula メソッ...Workbook workbook ; // Add a new worksheet to the workbook int sheetIndex...

    docs.aspose.com/cells/ja/cpp/calculate-formulas/
  9. Ajustement de la hauteur de ligne et de la larg...

    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....Accessing the first worksheet in the Excel file worksheet = workbook ...getWorksheets (). get ( 0 ) cells = worksheet . getCells () # Setting the...

    docs.aspose.com/cells/fr/java/adjusting-row-hei...
  10. チャートを作成|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 first worksheet WorksheetCollection worksheets = workbook...workbook . Worksheets ; Worksheet sheet = worksheets [ 0 ]; // Adding...

    docs.aspose.com/cells/ja/net/create-charts/