Sort Score
Result 10 results
Languages All
Labels All
Results 9,681 - 9,690 of 30,499 for

worksheet

(0.17 sec)
  1. Cómo escalar una hoja de trabajo con Python.NET...

    Este artículo explica cómo escalar una hoja de trabajo usando Aspose.Cells para Python.NET....the first worksheet sheet = workbook . worksheets [ 0 ] # Access...sheet . page_setup # Set the worksheet to fit to 1 page wide and...

    docs.aspose.com/cells/es/python-net/how-to-scal...
  2. Regolazione altezza riga colonna in xlsx4j|Docu...

    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 in the Excel file Worksheet worksheet = workbook...get ( 0 ); Cells cells = worksheet . getCells (); //Setting the...

    docs.aspose.com/cells/it/java/row-column-height...
  3. Ajustar altura de fila y ancho de columna en Ru...

    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/es/java/adjusting-row-hei...
  4. تجميع وإلغاء تجميع الصفوف والأعمدة في PHP|Docum...

    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...() -> get ( 0 ); $cells = $worksheet -> getCells ();; # Grouping...

    docs.aspose.com/cells/ar/java/grouping-and-ungr...
  5. إظهار وإخفاء الأوراق والألسنة|Documentation

    يقدم هذا المقال شيفرة مثالية لاستخدام واجهة برمجة التطبيقات C# أو مكتبة .NET لعرض وإخفاء ورقة عمل إكسل برمجيًا. بالإضافة إلى كيفية إظهار وإخفاء ألسنة سجل عمل إكسل....ال Workbook على مجموعة الـ Worksheets التي تسمح بالوصول إلى كل...بواسطة الصنف Worksheet . يوفر الصنف ال Worksheet مجموعة واسعة...

    docs.aspose.com/cells/ar/net/show-and-hide-work...
  6. Bestimmen der Breite und Höhe des Zellwerts in ...

    Lernen Sie, wie man die Breite und Höhe des Zellwerts in Pixeln mit der API Aspose.Cells for C++ misst....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...value inside it Cell cell = worksheet . GetCells (). Get ( u "B2"...

    docs.aspose.com/cells/de/cpp/calculate-the-widt...
  7. Hur man ändrar färgen på kommentarf_font med C+...

    Lär dig hur du kan anpassa kommentarsfärgen i Excel med Aspose.Cells och C++....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...Add some text in cell A1 worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/sv/cpp/how-to-change-the-...
  8. Spara arbetsboken till text eller CSV format me...

    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....Separator = '\t' ; //Copy each worksheet data in text format inside...idx = 0 ; idx < workbook . Worksheets . Count ; idx ++) { //Save...

    docs.aspose.com/cells/sv/net/save-workbook-to-t...
  9. Измерение ширины и высоты значения ячейки в пик...

    Узнайте, как измерить ширину и высоту значения ячейки в пикселях через API Aspose.Cells for C++....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...value inside it Cell cell = worksheet . GetCells (). Get ( u "B2"...

    docs.aspose.com/cells/ru/cpp/calculate-the-widt...
  10. SmartArt内のテキストをC++で置換|Documentation

    Aspose.Cells for C++を使用してShape.Textプロパティを設定し、スマートアートのテキストを更新する方法を学びます。...inputFilePath ); WorksheetCollection worksheets = workbook . GetWorksheets...i < worksheets . GetCount (); ++ i ) { Worksheet worksheet = worksheets...

    docs.aspose.com/cells/ja/cpp/replace-text-in-sm...