Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 239,005 for

aspose cells

(0.15 sec)
  1. Delete Named Ranges with C++|Documentation

    Learn how to remove defined names or named ranges from Excel or OpenOffice files using Aspose.Cells for C++....Ranges using Aspose.Cells for C++ With Aspose.Cells for C++, you...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/delete-named-ranges/
  2. Measure the Width and Height of the Cell Value ...

    Learn how to measure the width and height of the cell value in units of pixels through the Aspose.Cells for C++ API....the Width and Height of the Cell Value in Unit of Pixels with...of a cell’s value to fit it inside the cell. Aspose.Cells provides...

    docs.aspose.com/cells/cpp/calculate-the-width-a...
  3. Converting Excel Files to HTML in Jython|Docume...

    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....Jython Contents [ Hide ] Aspose.Cells - Converting Excel Files...convert documents using Aspose.Cells for Java in Jython . Here...

    docs.aspose.com/cells/java/converting-excelfile...
  4. Working with External Data Connection of type W...

    Learn how to work with WebQuery data connection in Microsoft Excel using Aspose.Cells with C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...using namespace Aspose :: Cells :: ExternalConnections ; int main...

    docs.aspose.com/cells/cpp/working-with-external...
  5. Using WorkbookMetadata with C++|Documentation

    Learn how to use WorkbookMetadata to edit custom document properties of a workbook in C++ with Aspose.Cells....with C++ Contents [ Hide ] Aspose.Cells allows you to load a lightweight...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/using-workbookmetadata/
  6. 用C++设置边距|Documentation

    学习如何使用C++设置Excel工作表的边距。本指南涵盖了设置页面边距、居中内容以及以编程方式配置页眉和页脚边距的方法,使用Aspose.Cells for C++。...用C++设置边距 Contents [ Hide ] Aspose.Cells 完全支持微软 Excel 的页面设置选项。开发...本主题讨论如何使用 Aspose.Cells 配置页面边距。 设置页边距 Aspose.Cells 提供一个 Workbook...

    docs.aspose.com/cells/zh/cpp/setting-margins/
  7. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set line spacing, space before, and space after in a paragraph within a shape or textbox using Aspose.Cells for C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Drawing ; using namespace Aspose :: Cells...

    docs.aspose.com/cells/cpp/set-line-spacing-of-t...
  8. 使用 C++ 加载工作簿或工作表时过滤对象|Documentation

    学习如何在使用 Aspose.Cells for C++ 加载工作簿或工作表时过滤图表、形状和条件格式等对象。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/zh/cpp/filter-objects-whi...
  9. Set Data Source for the Chart with C++|Document...

    Learn about the various data sources supported by Aspose.Cells for C++. Our guide will walk you through the different types of data sources available and show you how to connect and retrieve data from them to populate your worksheets....working on charts using Aspose.Cells as follows: Chart data....charts. We can add a range of cells (containing chart data) by calling...

    docs.aspose.com/cells/cpp/data-formatting-in-ch...
  10. 用C++管理范围|Documentation

    学习如何使用Aspose.Cells和C++管理Excel文件中的范围。通过编程创建、修改和设置范围样式。...您所选的矩形区域也可以通过Aspose.Cells轻松地创建为对象。 这里是如何创建范围、设置值、...范围”对象进行更多操作。 使用Aspose.Cells管理范围 Aspose.Cells提供了一个代表Microsoft...

    docs.aspose.com/cells/zh/cpp/managing-ranges/