Sort Score
Result 10 results
Languages All
Labels All
Results 3,291 - 3,300 of 239,191 for

aspose cells

(0.4 sec)
  1. Working with ContentTypeProperties with C++|Doc...

    Add custom ContentTypeProperties to an Excel file using Aspose.Cells with C++....with C++ Contents [ Hide ] Aspose.Cells provides Workbook.ContentTypePropertie...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/working-with-contentt...
  2. How to Control Workbook View with C++|Documenta...

    Learn how to control workbook view using the Aspose.Cells for C++ API.... Aspose.Cells offers this feature. Aspose.Cells provides...Control Workbook View using Aspose.Cells for C++ This example shows...

    docs.aspose.com/cells/cpp/how-to-control-workbo...
  3. 使用aspose word 将word转成html 源文件中的表格没有边框,转出来的表格内容中...

    边框问题.zip (238.1 KB) HtmlFixedSaveOptions options = new HtmlFixedSaveOptions(); options.setUseTargetMachineFonts(false); options.setUseHighQualityRendering(true); options.setEncoding(Charset.forName("UTF-8")); options.se…...使用aspose word 将word转成html 源文件中的表格没有边框,转出来的表格内容中存在边框 中文技术支持 words-java...9:35am 2 @xiangma 您遇到的现象可能与 Aspose.Words 在使用固定格式保存选项时会把隐藏(非可见)表格边框渲染出来...

    forum.aspose.com/t/aspose-word-word-html/323607
  4. Import XML into Excel Workbook with C++|Documen...

    Import data from an XML data file into Microsoft Excel using Aspose.Cells with C++....with C++ Contents [ Hide ] Aspose.Cells allows you to import the...Excel. Import XML Map using Aspose.Cells The following sample code...

    docs.aspose.com/cells/cpp/import-xml-map-inside...
  5. 使用C++将图表转换为SVG格式图像|Documentation

    学习如何使用Aspose.Cells结合C++将图表转换为SVG图像。... Aspose.Cells可以将图表保存为BMP、JPEG、PNG、GIF...表保存为SVG格式。 以下示例代码解释了如何使用Aspose.Cells将图表转换为SVG格式图像。该代码加载源Microsoft...

    docs.aspose.com/cells/zh/cpp/converting-chart-t...
  6. Managing Document Properties in Jython|Document...

    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 - Managing Document Properties...document properties using Aspose.Cells Java for Jython , see the...

    docs.aspose.com/cells/java/managing-document-pr...
  7. Determine if Paper Size of Worksheet is Automat...

    This article explains how to use the C++ API or library sample code to determine if Paper Size of Worksheet is Automatic programmatically....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // For complete examples...

    docs.aspose.com/cells/cpp/determine-if-paper-si...
  8. 创建复杂的PDF|Aspose.PDF for .NET

    Aspose.PDF for NET 允许您创建包含图像、文本片段和表格的更复杂的文档。...C# 和 Aspose.PDF 创建 PDF 文档的简单步骤。在本文中,我们将看看如何使用 C# 和 Aspose.PDF...保存文档为 “Complex.pdf”。 以下代码片段也适用于 Aspose.PDF.Drawing 库。 // For complete...

    docs.aspose.com/pdf/zh/net/complex-pdf-example/
  9. 用 C++ 获取工作表页面设置的宽度和高度|Documentation

    学习如何使用C++代码通过Aspose.Cells for C++ API以编程方式获取Excel工作表页面设置的纸张宽度和高度。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace std ; int main () { Aspose :: Cells :: Startup (); // Create...

    docs.aspose.com/cells/zh/cpp/get-paper-width-an...
  10. 使用 C++ 自动调整合并单元格的行高|Documentation

    了解如何使用 Aspose.Cells for C++ 自动调整 Excel 中合并单元格的行高。...如何使用AutoFitMergedCellsTy自动调整行高 Aspose.Cells支持通过 AutoFitterOptions.AutoFitMergedCellsTy...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/autofit-rows-for-m...