Sort Score
Result 10 results
Languages All
Labels All
Results 4,161 - 4,170 of 19,021 for

rows

(1.18 sec)
  1. แปลง NumPy เป็น Excel ใน Python | ไลบรารี Pytho...

    เรียนรู้วิธีการแปลง NumPy arrays เป็น Excel โดยใช้ Aspose.Cells for Python คู่มือทีละขั้นตอนพร้อมตัวอย่างโค้ดสำหรับ Workbook, Worksheet, ListObject, Range และ Named Range...., ndarray, start_row=0, start_col=0): rows, cols = ndarray.shape...shape for r in range(rows): for c in range(cols): value = ndarray[r...

    blog.aspose.com/th/cells/convert-numpy-to-excel/
  2. ワークシートリサイズの実装ソリューション|Aspose.Slides for Python ド...

    プレゼンテーション内の Excel ワークシート OLE リサイズを修正します:オブジェクトフレームを一貫させる2つの方法—フレームをスケールするかシートをスケールするか—を PPT と PPTX 形式で提供します。...) return image_data start_row , row_count = 0 , 10 start_column...の表示サイズを設定します。 last_row = start_row + row_count - 1 last_column...

    docs.aspose.com/slides/ja/python-net/working-so...
  3. 搜索

    搜索...rows[][].textframe.text 屬性向單元格添加文本。...為每個單元格設置邊框格式 for row in range(len(tbl.rows)): for cell in range(len(tbl...

    blog.aspose.com/zh-hant/slides/create-powerpoin...
  4. Lưu trữ

    Lưu trữ...Write("Row 1, Cell 1 Content."); // Xây...InsertCell(); builder.Write("Row 1, Cell 2 Content."); // Gọi...

    blog.aspose.com/vi/words/create-table-in-word-u...
  5. SdtType Enum | Aspose.Words för .NET

    Upptäck Aspose.Words.Markup.SdtType enum, som definierar strukturerade dokumenttaggtyper för förbättrad dokumenthantering och effektiviserade arbetsflöden.... Row ); table . AppendChild ( groupSdt...strukturerade dokumentet. Row row = new Row ( doc ); groupSdt . AppendChild...

    reference.aspose.com/words/sv/net/aspose.words....
  6. Архивы

    Архивы...getName())) # Get number of rows and columns rows = worksheet.getCells()...getMaxDataColumn() # Loop through rows for i in range(rows): # Loop through each...

    blog.aspose.com/ru/cells/read-excel-files-using...
  7. Konvertieren Sie Excel in ein Pandas DataFrame ...

    Lernen Sie, wie Sie Excel Dateien in pandas DataFrames in Python konvertieren können, indem Sie Aspose.Cells for Python über .NET mit einfachen, genauen Codebeispielen verwenden.... Extract rows and headers. Konvertieren Sie...min_data_row columns = [cell.value for cell in c.rows[header_idx]]...

    blog.aspose.com/de/cells/convert-excel-to-panda...
  8. Table header cell has no associated subcells - ...

    I am using Aspose.PDF for .NET version 25.8.0. I need to create a tagged table that passes the “Table header cell has no associated subcells” check for PDF/UA compliance. I have found that the object created by headerR…...// Add a header row Row headerRow = table.Rows.Add(); headerRow...2")); // Add a data row Row dataRow = table.Rows.Add(); dataRow.Cells...

    forum.aspose.com/t/table-header-cell-has-no-ass...
  9. إظهار وإخفاء خطوط الشبكة ورؤوس الصف والعمود|Doc...

    تقدم هذه المقالة رمز عينة لاستخدام API من Aspose.Cells لـ Python via .NET لإخفاء أو إظهار خطوط الشبكة، رؤوس الصفوف والأعمدة لورقة عمل Excel برمجيًا....Worksheet من فئة is_row_column_headers_visible . is_row_column_headers_visible...تعيين خاصية الفئة Worksheet is_row_column_headers_visible إلى true...

    docs.aspose.com/cells/ar/python-net/show-and-hi...
  10. 用C++将单元格链接至XML映射元素|Documentation

    学习如何使用Aspose.Cells与C++将单元格链接至XML映射元素。...GetName (), 0 , 0 , u "/root/row/FIELD1" ); ws . GetCells ()....GetName (), 1 , 1 , u "/root/row/FIELD2" ); // Map FIELD4 and...

    docs.aspose.com/cells/zh/cpp/link-cells-to-xml-...