Sort Score
Result 10 results
Languages All
Labels All
Results 8,171 - 8,180 of 21,309 for

worksheet

(0.21 sec)
  1. Sammanfoga celler|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....//Create a Worksheet and get the first sheet. Worksheet worksheet = wbk...the cells. Cells cells = worksheet . getCells (); //Merge some...

    docs.aspose.com/cells/sv/java/merge-cells/
  2. Объединить ячейки|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....//Create a Worksheet and get the first sheet. Worksheet worksheet = wbk...the cells. Cells cells = worksheet . getCells (); //Merge some...

    docs.aspose.com/cells/ru/java/merge-cells/
  3. Extraer imágenes de hojas de cálculo usando opc...

    Aprende cómo extraer imágenes de hojas de cálculo de Excel y guardarlas en una unidad local usando Aspose.Cells for C++....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...in the first worksheet Picture pic = worksheet . GetPictures...

    docs.aspose.com/cells/es/cpp/extract-images-fro...
  4. Position der Shape innerhalb des Arbeitsblatts ...

    Bestimmen Sie die absolute Position einer Form in einem Arbeitsblatt mit Aspose.Cells in C++....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...shape inside the worksheet Shape shape = worksheet . GetShapes ()...

    docs.aspose.com/cells/de/cpp/finding-absolute-p...
  5. Detectar si la hoja de cálculo está protegida c...

    Aprenda cómo detectar si una hoja de cálculo está protegida con contraseña usando Aspose.Cells for Node.js via C++....isProtectedWithPassw() devuelve true si Worksheet está protegida con contraseña...); // Access the protected Worksheet const sheet = book . getWorksheets...

    docs.aspose.com/cells/es/nodejs-cpp/detect-if-w...
  6. تصدير ورقة العمل أو المخطط إلى صورة مع عرض وارت...

    استخدام Aspose.Cells لتصدير ورقة العمل أو المخطط إلى صورة باستخدام العرض والارتفاع المطلوبين في C++....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...into image SheetRender sr ( worksheet , opts ); sr . ToImage ( 0...

    docs.aspose.com/cells/ar/cpp/export-worksheet-o...
  7. Aspose.Cells ile FormülMetni Fonksiyonunu C++ k...

    Bu makale, Aspose.Cells kitaplığını kullanarak Microsoft Excel deki formülleri işlemek için FormulaText fonksiyonunun nasıl kullanılacağını tanıtır. Varolan bir Excel dosyasını yükleyerek veya yeni bir Excel dosyası oluşturarak, Aspose.Cells tarafından sağlanan yöntemi kullanarak hücrenin formül metnini alabilir ve ayarlayabilir ve sonucu alabiliriz. Son olarak, değiştirilmiş Excel dosyasını diske kaydederiz....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...in cell A1 Cell cellA1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/tr/cpp/using-formulatext-...
  8. Установить цвет вкладки листа с помощью C++|Doc...

    В этой статье представлен пример кода, который программно устанавливает цвет вкладки листа Excel с помощью C++ API или библиотеки....the first worksheet in the book Worksheet worksheet = workbook...Set the tab color to red worksheet . SetTabColor ( Color :: Red...

    docs.aspose.com/cells/ru/cpp/set-worksheet-tab-...
  9. إزالة مقطع التصفح باستخدام C++|Documentation

    تعلم كيفية إزالة مقاطع التصفح في ملفات Excel برمجياً باستخدام Aspose.Cells for C++....برمجياً، يرجى استخدام الطريقة Worksheet.Slicers.Remove() . ستقوم بذلك...Access first worksheet. WorksheetCollection worksheets = wb . GetWorksheets...

    docs.aspose.com/cells/ar/cpp/removing-slicer/
  10. Rimuovere Slicer con C++|Documentation

    Impara come rimuovere slicer nei file Excel programmaticamente usando Aspose.Cells for C++....programmaticamente, utilizza il metodo Worksheet.Slicers.Remove() . Rimuoverà...Access first worksheet. WorksheetCollection worksheets = wb . GetWorksheets...

    docs.aspose.com/cells/it/cpp/removing-slicer/