Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 244,637 for

cells

(0.12 sec)
  1. Trim Leading Blank Rows and Columns while expor...

    Learn how to trim leading blank rows and columns while exporting spreadsheets to CSV format using Aspose.Cells for C++....data2 Here the first three cells (or columns) are blank. When...columns. By default, Aspose.Cells does not discard leading blank...

    docs.aspose.com/cells/cpp/trim-leading-blank-ro...
  2. 使用 C++ 进行重采样添加的图片 Excel 转 PDF 转换|Documentation

    学习如何使用 Aspose.Cells 与 C++ 进行重采样以减少 PDF 大小。...Cells支持重新采样已添加的图像,以减小输出的PDF文件大小并稍微提高性能。...性能。 请参阅以下示例代码,描述如何使用Aspose.Cells API执行该任务。该示例将Microsoft Exce...

    docs.aspose.com/cells/zh/cpp/resampling-added-i...
  3. Combine Multiple Worksheets into a Single Works...

    Learn how to combine multiple worksheets into a single worksheet using Aspose.Cells with C++....Cells API. This article will show...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/combine-multiple-work...
  4. 用C++检测VBA项目是否受保护且锁定以供查看|Documentation

    学习如何用Aspose.Cells for C++检测Excel中VBA项目是否已受保护且锁定查看。...Cells允许你检测Excel文件的VBA(Visual Basic...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/zh/cpp/check-if-vba-proje...
  5. Retrieving SQL Connection Data with C++|Documen...

    Learn how to retrieve SQL connection data, including server URL, username, table name, and more using Aspose.Cells for C++....Cells can help you retrieve SQL connection...create a database query. Aspose.Cells provides the Workbook::get_DataConnections()...

    docs.aspose.com/cells/cpp/retrieving-sql-connec...
  6. Determine which Axis exists in the Chart with C...

    Learn how to determine which axis exists in a chart created using Aspose.Cells for C++. Our guide will help you understand how to identify and access the different axes in a chart, including category, value, and secondary axes....Cells provides the Chart.HasAxis(AxisType...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/determine-which-axis-...
  7. Fill Settings|Documentation

    Learn how to customize the fill settings, background, and style of Cells using the Aspose.Cells library for JavaScript 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/javascript-cpp/cells-fill...
  8. Render table with Entity Framework|Aspose.PDF f...

    This article will show you how to render table using Entity Framework model as data source using the Aspose.PDF for .NET....the document, using Rows and Cells . So, to create the table, you...with the appropriate number of cells. The following example creates...

    docs.aspose.com/pdf/net/render-table-using-enti...
  9. Get or Set the Class Identifier of the Embedded...

    Learn how to get or set the class identifier of embedded OLE objects using Aspose.Cells with C++....Cells provides the OleObject.GetClassIdentifier()...<iostream> #include "Aspose.Cells.h" #include <guiddef.h> using...

    docs.aspose.com/cells/cpp/get-or-set-the-class-...
  10. 用 C++ 实现线程评论|Documentation

    学习如何使用 Aspose.Cells 与 C++ 在 Excel 文件中添加、读取、编辑和删除线程评论。...Cells还提供了管理分线评论的功能。 添加分线评论 使用Excel添加分线评论...这将打开一个对话框,以输入活动单元格中的评论。 使用Aspose.Cells添加分线评论 Aspose.Cells 提供 Comments.AddThreadedComment...

    docs.aspose.com/cells/zh/cpp/threaded-comments/