Sort Score
Result 10 results
Languages All
Labels All
Results 3,711 - 3,720 of 246,109 for

cells

(0.25 sec)
  1. Convert Excel to PDF, the border width of table...

    Hi, when convert excel to pdf, I want to the border with of table to be more thin. In excel, the cellbordertype has set to thin. Can I customize the table border width? Or after converting to PDF, read the file through a…...Cells Product Family cells-java xhaixia April...rendered PDF file by Aspose.Cells for Java? You may choose your...

    forum.aspose.com/t/convert-excel-to-pdf-the-bor...
  2. I am not able to get the height of wrapped text...

    i am able to get the cell width of column by sheet.Cells.GetColumnWidthPixel(i) but not able to get cell height if the text is wrapped i used sheet.AutoFitRow(i) but same result after and before...Cells Product Family royal.monteiro...able to get the cell width of column by sheet.Cells.GetColumnWidthPixel(i)...

    forum.aspose.com/t/i-am-not-able-to-get-the-hei...
  3. Manipulate Tables in existing PDF|Aspose.PDF fo...

    Learn how to work with tables in existing PDFs using Aspose.PDF for .NET, providing flexibility in document modification....contents in particular table cell. The following code snippet...first table on page, their first cell and text fragments in it Aspose...

    docs.aspose.com/pdf/net/manipulate-tables-in-ex...
  4. Working with Data in NPOI and Aspose.Cells|Docu...

    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 ] This section...the following topics: Getting Cell Contents Insert Hyperlinks in...

    docs.aspose.com/cells/net/working-with-data-in-...
  5. Convert Excel file to PDF format compatible wit...

    Learn how to convert Excel files to PDF/A-1a compliant PDF format using Aspose.Cells with C++....Cells enables you to save the Excel...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/convert-excel-file-to...
  6. 用C++设置点为总数的方法。|Documentation

    在某些Excel图表中,例如瀑布图,可能需要将点设为总数。本文介绍如何用C++与Aspose.Cells实现此功能。...Cells来正确设置它。 使用Aspose.Cells将点设为"总和" 我们使用以下代码来正确设置文件:...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/how-to-set-point-a...
  7. 在Excel转HTML时排除未使用的样式,支持C++|Documentation

    学习在使用Aspose.Cells for C++将Excel转换为HTML时排除未使用样式的方法。...Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create workbook Workbook...

    docs.aspose.com/cells/zh/cpp/exclude-unused-sty...
  8. Copy Range Style Only|Documentation

    This article describes how to copy a range's style only using Aspose.Cells for Python via .NET.... Create a second range of cells. Copy the first range’s formatting...

    docs.aspose.com/cells/python-net/copy-range-sty...
  9. 使用C++创建Excel工作表的透明图像|Documentation

    使用Aspose.Cells与C++生成Excel工作表的透明图像。...Cells提供 ImageOrPrintOptions.GetTransparent()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/create-transparent...
  10. 使用 C++ 获取加载Excel文件时的警告|Documentation

    学习如何在使用 Aspose.Cells for C++ 加载Excel文件时捕获和处理警告。...Cells 在加载工作簿时会发出警告。您可以通过实现 IWarningCallback...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class WarningCallback...

    docs.aspose.com/cells/zh/cpp/get-warnings-while...