Sort Score
Result 10 results
Languages All
Labels All
Results 4,881 - 4,890 of 19,530 for

rows

(0.1 sec)
  1. Trouver le nombre maximal de lignes et de colon...

    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....d’exemple Sortie console Maximum Rows and Columns supported by XLS...Maximum Rows : 65536 Maximum Columns : 256 Maximum Rows and Columns...

    docs.aspose.com/cells/fr/net/find-maximum-rows-...
  2. How to mail merge - Free Support Forum - aspose...

    I am attaching four files: a Word document for the mail merge, an Excel data source, a manually generated output file, and an output file generated using Aspose C# code. I want the output like manually generated file Th…...Rows.Add(1, 0, 1); dt.Rows.Add(2, 0, 1); dt.Rows.Add(3...null, null); dt.Rows.Add(4, null, null); dt.Rows.Add(5, null, null);...

    forum.aspose.com/t/how-to-mail-merge/327798
  3. 布局收集器问题 - Free Support Forum - aspose.com

    我需要通过文档布局收集器获取表格相对于页面的坐标,但是获取到的布局收集器是空的,为什么?怎么解决? // 获取表格所属文档,并强制更新文档布局(以确保后续布局信息准确) if (table.Document is not Document document) return (null, null); // 确保布局信息是最新的 document.UpdatePageLayout(); // 创建布局收集器和枚举器 Layou…...MinValue; foreach (Row row in table.Rows) { // Get the layout...= layoutCollector.GetEntity(row.FirstCell.FirstParagraph); enumerator...

    forum.aspose.com/t/topic/311958
  4. Манипуляция таблицами в существующем PDF|Aspose...

    Узнайте, как работать с таблицами в существующих PDF-документах, используя Aspose.PDF for .NET, обеспечивая гибкость в модификации документов....All , 1F ); Row row = newTable . Rows . Add (); row . Cells . Add...( "Col 1" ); row . Cells . Add ( "Col 2" ); row . Cells . Add...

    docs.aspose.com/pdf/ru/net/manipulate-tables-in...
  5. Обновление ссылок в других листах при удалении ...

    Научитесь сохранять ссылки на другие листы при удалении пустых столбцов и строк в листе с помощью Aspose.Cells for JavaScript через C++....< body > < h1 > Delete Blank Rows/Columns and Update References...increase the number of blank rows and columns const sht1 = wb...

    docs.aspose.com/cells/ru/javascript-cpp/update-...
  6. Strimla ledande tomma rader och kolumner vid ex...

    Beskär ledande tomma rader och kolumner vid export av kalkylblad till CSV format med Aspose.Cells för Python via .NET API....trim_leading_blank_row_and_column -egenskapen. Vänligen...TxtSaveOptions.trim_leading_blank_row_and_column false . Sedan utgåvan...

    docs.aspose.com/cells/sv/python-net/trim-leadin...
  7. Koşullu Biçimlendirme ile Sıradaki Satır ve Süt...

    Aspose.Cells kitaplığını C# kullanarak koşullu biçimlendirmeleri sırasıyla satır ve sütunlara uygulama. Bu kriterleri ayarlayarak, hücrelerin görünümlerini ve görünümlerini daha fazla kontrol edebilirsiniz....Excel’in yerleşik işlevleri ROW, COLUMN ve MOD’u kullanmaktadır...ayrıntıları aşağıda verilmiştir. ROW() işlevi, bir hücre başvurusunun...

    docs.aspose.com/cells/tr/net/apply-shading-to-a...
  8. ConditionalStyleCollection.ClearFormatting | As...

    Discover how the ConditionalStyleCollection ClearFormatting method effectively removes all conditional styles from your table, enhancing clarity and design.... Write ( "First row" ); builder . EndRow (); builder...(); builder . Write ( "Last row" ); builder . EndTable (); TableStyle...

    reference.aspose.com/words/net/aspose.words/con...
  9. MailMerger.ExecuteWithRegions | Aspose.Words pe...

    Semplifica la creazione dei tuoi documenti con il metodo ExecuteWithRegions di MailMerger. Unisci facilmente le DataTable nei documenti utilizzando regioni personalizzabili.... Rows . Add ( new object [] { "John"..."John" , "Doe" }); dataTable . Rows . Add ( new object [] { "" ...

    reference.aspose.com/words/it/net/aspose.words....
  10. Convertir JSON a DataFrame de Pandas en Python

    Aprende a convertir JSON a pandas DataFrame en Python utilizando Aspose.Cells for Python a través de .NET con ejemplos claros para JSON planos, anidados y grandes....top-level JSON array as a table (rows/columns) # Ejemplo de arreglo...header_idx = ws.cells.min_data_row # Extraer los valores del encabezado...

    blog.aspose.com/es/cells/convert-json-to-pandas...