Sort Score
Result 10 results
Languages All
Labels All
Results 7,551 - 7,560 of 21,299 for

worksheet

(0.09 sec)
  1. Formatera PivotTabell med C++|Documentation

    Lär dig hur man anpassar utseendet på pivot tabeller med Aspose.Cells for C++....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...PivotTable PivotTable pivotTable = worksheet . GetPivotTables (). Get (...

    docs.aspose.com/cells/sv/cpp/formatting-pivot-t...
  2. Formato de tabla dinámica con C++|Documentation

    Aprende cómo personalizar la apariencia de las tablas dinámicas usando Aspose.Cells for C++....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...PivotTable PivotTable pivotTable = worksheet . GetPivotTables (). Get (...

    docs.aspose.com/cells/es/cpp/formatting-pivot-t...
  3. Добавление гиперссылок в ячейки|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.... Worksheet objSheet = ( Excel . Worksheet ) objBook...First sheet. Worksheet worksheet = workbook . Worksheets [ 0 ]; //Define...

    docs.aspose.com/cells/ru/net/add-hyperlinks-to-...
  4. Gestionar Opciones de Texto de Forma con C++|Do...

    Aprende cómo gestionar las opciones de texto en formas programáticamente usando Aspose.Cells for C++....xlsx" ); Worksheet worksheet = workbook . GetWorksheets...Access the shape Shape shape = worksheet . GetShapes (). Get ( 0 );...

    docs.aspose.com/cells/es/cpp/managing-shape-tex...
  5. Изменения общего API в Aspose.Cells 8.5.0|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....calculateFormula(CalculationOptions) Worksheet.calculateFormula(CalculationOptions...Workbook (); //Source worksheet Worksheet srcSheet = workbook ...

    docs.aspose.com/cells/ru/java/public-api-change...
  6. 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...
  7. إدارة أوراق العمل في ملفات 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...
  8. 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...
  9. 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...
  10. Вставка изображений и фигур в файлы Excel с пом...

    Управление изображениями, объектами OLE и фигурами в файлах Excel с помощью Aspose.Cells for Node.js via C++....Pictures (обёрнутой в объект Worksheet ). Метод PictureCollection...Workbook (); // Adding a new worksheet to the Workbook object const...

    docs.aspose.com/cells/ru/nodejs-cpp/insert-shapes/