Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 236,024 for

cells

(0.14 sec)
  1. Limitation of number of rows or bug when saving...

    Hi! Developed a report generation and use to work fine up to now but when tried generating with a greater number of rows on feed files client encountered the error “Invalid column index” when saving the workbook. Teste…...Cells Product Family net Remus87 September...Worksheets[0]; Cells cells = worksheet.Cells; DataTable dt = cells.ExportDataTable(0...

    forum.aspose.com/t/limitation-of-number-of-rows...
  2. 在C++中插入或删除Excel工作表中的行|Documentation

    本文提供在Excel工作表中插入和删除行的C++代码。...Cells提供了两种插入和删除行的方法: Cells.InsertRows 和 Cells.DeleteRows...要插入或删除多行,我们建议始终使用 Cells.InsertRows 和 Cells.DeleteRows 方法,而不是在循环中使用 Cells.InsertRow...

    docs.aspose.com/cells/zh/cpp/insert-or-delete-r...
  3. 使用C++设置数据透视表选项——空单元格显示|Documentation

    学习如何在使用Aspose.Cells的C++中设置数据透视表中的“空单元格显示”选项。...Cells设置不同的数据透视表选项。其中之一是"对空单元格显示"选...选项并指定字符串。 使用Aspose.Cells设置数据透视表选项 Aspose.Cells提供用于设置"对空单元格显示"数据透视表选项的...

    docs.aspose.com/cells/zh/cpp/setting-pivot-tabl...
  4. 用C++将XML导入Excel工作簿|Documentation

    使用Aspose.Cells与C++将XML数据文件导入Microsoft Excel。...Cells 允许您使用 Workbook.ImportXml() ...Excel 导入 XML 地图。 使用 Aspose.Cells 导入 XML 地图 以下示例代码显示如何使用 Workbook...

    docs.aspose.com/cells/zh/cpp/import-xml-map-ins...
  5. How to Generate Excel File in C#

    This topic exhibits how to generate Excel file in C# in a console .NET application without using MS Excel interop....Cells Product Family Aspose.Email...Download or install Aspose.Cells for .NET package from NuGet...

    kb.aspose.com/cells/net/how-to-generate-excel-f...
  6. 使用C++读取具有多种编码的CSV文件|Documentation

    学习如何使用 Aspose.Cells for C++ 读取具有多种编码的CSV文件。...Cells 允许你加载此类CSV文件并将其转换为其他格式,例如PDF或XLSX。 Aspose.Cells 提供了...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/reading-csv-file-w...
  7. 使用 C++ 指定工作簿渲染的单独或私有字体集|Documentation

    学习如何使用 Aspose.Cells for C++为工作簿渲染指定单独或私有的字体集。...Cells 提供了 IndividualFontConfig 类,...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/specify-individual...
  8. Implement a Custom Calculation Engine to Extend...

    This article describes how to extend the default calculation engine by implementing a custom calculation engine using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new one, we can use the methods provided by Aspose.Cells to implement a custom calculation engine and get the results. Finally, we save the modified Excel file to disk....Cells with C++ Contents [ Hide ] Implement...Custom Calculation Engine Aspose.Cells has a powerful calculation engine...

    docs.aspose.com/cells/cpp/implement-custom-calc...
  9. Fill Settings|Documentation

    Aspose.Cells is a .NET library for working with spreadsheet files. It supports setting the fill settings of Cells, allowing users to customize the background and style of Cells. This article will introduce how to use the Aspose.Cells library to set cell fill settings....colors of cells and background patterns. Aspose.Cells also supports...these features with Aspose.Cells. Setting Colors and Background...

    docs.aspose.com/cells/net/cells-fill-settings/
  10. Fill Settings|Documentation

    Learn how to customize the fill settings, background, and style of Cells using the Aspose.Cells library for Node.js via C++....colors of cells and background patterns. Aspose.Cells also supports...these features using Aspose.Cells. Setting Colors and Background...

    docs.aspose.com/cells/nodejs-cpp/cells-fill-set...