Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 246,435 for

cells

(0.16 sec)
  1. 使用C++检测空白工作表|Documentation

    本文展示了如何使用Aspose.Cells的C++ API编程检测Excel工作簿中的空白工作表。...我们只需要检查 Cells.MaxDataRow 或 Cells.MaxDataColumn 属性。...应用格式的空单元格。在这种情况下, Cells.MaxDataRow 或 Cells.MaxDataColumn 属性会...

    docs.aspose.com/cells/zh/cpp/detecting-empty-wo...
  2. 用C++插入切片器|Documentation

    使用Aspose.Cells结合C++管理Excel文件中的切片器。...Cells也允许使用 Worksheet.Slicers.Add()...XLSB 格式保存工作簿。以下屏幕截图显示了由 Aspose.Cells 在输出 Excel 文件中创建的切片器。 示例代码 #include...

    docs.aspose.com/cells/zh/cpp/create-slicer/
  3. 如何用 C++ 为文本框应用/设置文本对齐|Documentation

    如何用 C++ 在 Aspose.Cells 中为文本框应用/设置文本对齐。...Cells 提供了相关API接口帮你实现这一点。 以下示例代码将文本对齐应用于文本框。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/zh/cpp/applying-text-alig...
  4. 在Apache POI和Aspose.Cells中使用颜色|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....Cells中使用颜色 Contents [ Hide ] Aspose.Cells - 使用颜色 Aspose...Aspose.Cells提供一个代表Microsoft Excel文件的类 Workbook ,Workbook类包含一个W...

    docs.aspose.com/cells/zh/java/working-with-colo...
  5. 如何将Excel中的公式导出为其他类型的表达式,使用C++|Documentation

    使用Aspose.Cells for C++将Excel公式导出为LaTeX和MathML。...Cells for C++库能满足这些需求。以下内容介绍如何使用C...式的方法。 我们提供示例代码,帮助你使用Aspose.Cells for C++实现这些目标。所需的示例文件已包含在内。...

    docs.aspose.com/cells/zh/cpp/export-equation/
  6. 使用C++给PDF添加水印|Documentation

    了解如何在使用Aspose.Cells的渲染过程中为PDF文件添加文本和图像水印。...Cells.h" using namespace Aspose :: Cells ; using namespace...Aspose :: Cells :: Rendering ; int main () { Aspose :: Cells :: Startup...

    docs.aspose.com/cells/zh/cpp/add-watermark-to-pdf/
  7. Implement Custom Paper Size of Worksheet for Re...

    This article explains how to use the C++ API to set custom paper size of your desired worksheets when rendering Excel file to PDF file format programmatically....Cells APIs. Implement Custom Paper...Worksheet for Rendering Aspose.Cells allows you to set your desired...

    docs.aspose.com/cells/cpp/implement-custom-pape...
  8. Implementing Non-Sequential Ranges with JavaScr...

    Learn how to create named non‑sequential ranges with Aspose.Cells for JavaScript via C++. Use non‑adjacent cell ranges effectively....ranges are rectangular with cells continuous and adjacent to each...a non‑sequential cell range in which cells are not adjacent....

    docs.aspose.com/cells/javascript-cpp/implementi...
  9. Add calculated field in Pivot Table with C++|Do...

    How to add a calculated field in pivot table with Aspose.Cells for C++....Cells. Please see the following sample...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/add-calculated-field-...
  10. Insert a Linked Picture from Web Address with C...

    Learn how to insert a linked picture from a web address into a worksheet using Aspose.Cells for C++....Cells for C++ Aspose.Cells for C++ supports...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/cpp/insert-a-linked-pictu...