Sort Score
Result 10 results
Languages All
Labels All
Results 6,931 - 6,940 of 6,990 for

xlsx to pdf

(0.08 sec)
  1. 在将电子表格转换为HTML的同时为WordArt渲染渐变填充,使用C++实现|Document...

    学习在使用C++将电子表格转换为HTML时为WordArt渲染渐变填充。...xlsx" ; // Create workbook Workbook...return 0 ; } 如何使用C++将HTML转换为PDF 在使用C++保存为HTML时,通过CrossHideRight隐藏覆盖内容...

    docs.aspose.com/cells/zh/cpp/render-gradient-fi...
  2. Read and Manipulate Excel 2016 Charts with Node...

    Learn how To read and manipulate Excel 2016 charts using Aspose.Cells for Node.js via C++. This guide will show you how To access and modify various chart properties....xlsx" ); // Load source excel file...dataDir , "out_excel2016Charts.xlsx" )); Console Output Here is...

    docs.aspose.com/cells/nodejs-cpp/read-and-manip...
  3. Manage Workbook with C++|Documentation

    Learn how To Manage Workbook through the Aspose.Cells for C++ APIs....xlsx" ); Aspose :: Cells :: Cleanup...:: Workbook workbook ( "input.xlsx" ); auto worksheet = workbook...

    docs.aspose.com/cells/cpp/managing-workbooks-an...
  4. 用 Node.js 通过 C++ 删除工作簿中的未使用样式|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 从工作簿中删除未使用的样式。...[ Hide ] 未使用的样式不仅占用空间,还会在转换为PDF、HTML等不同格式时引发性能问题。Aspose.Cells提供了..."Template-With-Unused-Custom-Style.xlsx" ); // Load template excel file...

    docs.aspose.com/cells/zh/nodejs-cpp/remove-unus...
  5. Customize Globalization Settings for Pivot Tabl...

    Learn how To cusTomize pivot table globalization settings using Aspose.Cells for C++....data, and saves it as output PDF . The screenshot below shows...srcDir + u "samplePivotTableGlob.xlsx" ); CustomPivotTableGlob customSettings...

    docs.aspose.com/cells/cpp/customize-globalizati...
  6. Get a List of Fonts used in a Spreadsheet or Wo...

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports getting a list of fonts used in a spreadsheet or workbook, allowing users To get font information used in a document. This article will show you how To use the Aspose.Cells library To get a list of fonts....you convert your workbook into PDF or image, then Aspose.Cells requires...in the undesired rendering of PDF or images but also takes processing...

    docs.aspose.com/cells/cpp/get-a-list-of-fonts-u...
  7. 使用 Node.js 和 C++ 删除工作表中的空白行和列|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 删除工作表中的所有空白行和列。...这在例如从微软Excel文件生成PDF文件时非常有用,只转换包含数据或相关对象的行和列。 使用以下Aspose...join ( dataDir , "SampleInput.xlsx" ); // Open an existing excel...

    docs.aspose.com/cells/zh/nodejs-cpp/delete-blan...
  8. 使用 C++ 管理Excel图表的轴线|Documentation

    学习如何在Aspose.Cells for C++中配置图表轴。我们的指南将演示如何调整主轴和副轴、设置其范围以及修改其属性以增强您的图表效果。...xlsx" ); Aspose :: Cells :: Cleanup...计算图表后读取轴标签 如何在Excel图表中设置类别轴 将图表导出为 PDF(C++版) 使用 C++ 管理图表中的形状...

    docs.aspose.com/cells/zh/cpp/chart-axes/
  9. Manage Document Properties with Node.js via C++...

    Learn how To Manage Document Properties through the Aspose.Cells for Node.js via C++ APIs.... upon rendering Document to PDF, Aspose.Cells for Node.js via...with value ‘Aspose.Cells’ and PDF Producer field with the value...

    docs.aspose.com/cells/nodejs-cpp/managing-docum...
  10. 用C++删除工作表中的空白行和空白列|Documentation

    使用Aspose.Cells和C++删除工作表中的空行和空列。...这在例如从微软Excel文件生成PDF文件时非常有用,只转换包含数据或相关对象的行和列。 使用以下Aspose...inputFilePath = srcDir + u "SampleInput.xlsx" ; Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/delete-blank-rows-...