Sort Score
Result 10 results
Languages All
Labels All
Results 2,741 - 2,750 of 238,873 for

aspose cells

(0.55 sec)
  1. Create Style object using CellsFactory class wi...

    Aspose.Cells is a C++ library for working with spreadsheet files that provides a style object to style Cells. This article will introduce how to create a cell style object using the CellsFactory class in the Aspose.Cells library so that users can customize the appearance of the Cells as needed....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // For complete examples...

    docs.aspose.com/cells/cpp/create-style-object-u...
  2. Create or Add Table In PDF|Aspose.PDF for C++

    Aspose.PDF for C++ is a library used to create, read, and edit PDF Tables. Using this library, you can paginate a table on the PDF page using C++.... Aspose.PDF for C++ API lets you add...to an existing PDF file with Aspose.PDF for C++, take the following...

    docs.aspose.com/pdf/cpp/add-table-in-existing-p...
  3. Specify the Language of the Excel File using Bu...

    Learn how to change the language of an Excel file programmatically using Aspose.Cells for C++....it programmatically using Aspose.Cells APIs. Specify the Language...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/specify-the-language-...
  4. getColumnWidthPixel how to calculate width - Fr...

    Workbook workbook = new Workbook(); Worksheet worksheet = workbook.getWorksheets().get(0); Cells Cells = worksheet.getCells(); Cells.setColumnWidthPixel(0, 170); ByteArrayOutputStream baos = new ByteArrayOutputStream(); …...calculate width Aspose.Cells Product Family cells-java xuerui December...getWorksheets().get(0); Cells cells = worksheet.getCells(); cells.setColumnWidthPixel(0...

    forum.aspose.com/t/getcolumnwidthpixel-how-to-c...
  5. [Apose.Cells C++] SaveAs in XLS format crashes ...

    Hello, Using Aspose.Cells for C++ 24.2.0 A pointer exception occurs when saving an Excel file to XLS format (Aspose::Cells::SaveFormat::Excel97To2003) when the Excel file contains Defined Names with an invalid expressi…...Cells C++] SaveAs in XLS format crashes when Excel file..."Defined Names" Aspose.Cells Product Family cells-c chabodfmoodys...

    forum.aspose.com/t/apose-cells-c-saveas-in-xls-...
  6. How to Manage Dates and Times with C++|Document...

    Learn how to manage dates and times through the Aspose.Cells for C++ API....stored in cells as numbers. Thus, the values of cells that contain...time (fractional part). The Cell::GetDoubleValue() method returns...

    docs.aspose.com/cells/cpp/how-to-manage-dates-a...
  7. Add Image Hyperlinks with C++|Documentation

    Learn how to add image hyperlinks through the Aspose.Cells for C++ API....users add hyperlinks to text in cells and to images. Image hyperlinks...a worksheet using Aspose.Cells. Aspose.Cells allows you to add...

    docs.aspose.com/cells/cpp/add-image-hyperlinks/
  8. Extract OLE Objects from Workbook with C++|Docu...

    Learn how to extract OLE objects from a workbook using Aspose.Cells with C++.... Aspose.Cells supports extracting and...Download and Install Aspose.Cells Download Aspose.Cells for C++ . Install...

    docs.aspose.com/cells/cpp/extract-ole-objects-f...
  9. 使用C++指定DBNum自定义格式化的示例|Documentation

    Aspose.Cells是一个支持使用自定义格式化模式的电子表格处理C++库。本文将向你展示如何使用Aspose.Cells库指定 dbnum 自定义格式,让用户更好地控制数字的显示方式。...Contents [ Hide ] 可能的使用场景 Aspose.Cells支持 DBNum 自定义格式。例如,如果单元格值...-804]General,则显示为壹佰贰拾叁。可以通过 Cell.GetStyle() 方法和 Style.Custom...

    docs.aspose.com/cells/zh/cpp/specifying-dbnum-c...
  10. 用C++生成工作表缩略图|Documentation

    使用Aspose.Cells for C++生成Excel工作表的缩略图作为图像。... Aspose.Cells for C++允许你将工作表输出为图像文件,从...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/generate-thumbnail...