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

aspose cells

(0.16 sec)
  1. 将Excel转换为Pdf、图片和其他格式(使用C++)|Documentation

    使用Aspose.Cells for C++将Excel文件转换为Word、Excel、PowerPoint、PDF、CSV、JPG、HTML、MHT、ODS、BMP、PNG、SVG、TIFF、XPS、JSON、SQL、XML等多种格式。...用C++) Contents [ Hide ] Aspose.Cells支持多种格式之间的转换。技术上,转换意味着加载一...osoft Excel文件转换为PDF的方法。 Aspose.Cells支持将Excel文件转换为PDF,并在转换过程中保持高度的视觉保真度。...

    docs.aspose.com/cells/zh/cpp/convert-workbook-t...
  2. Create Excel Charts and Embed Them in Presentat...

    Create Excel charts and embed them as OLE objects in PowerPoint and OpenDocument presentations with Java. Step-by-step guide with code samples.... Aspose supports creating Excel charts with Aspose.Cells...in PowerPoint slides through Aspose.Slides for Java. This article...

    docs.aspose.com/slides/java/creating-excel-char...
  3. Create Signature Line in an Excel Workbook with...

    This article describes how to Create Signature Line in an Excel Workbook using C++ codes with Aspose.Cells for C++....Workbook with C++ using Aspose.Cells Contents [ Hide ] Introduction...Signature Line for Excel Aspose.Cells also provides this feature...

    docs.aspose.com/cells/cpp/create-signature-line...
  4. 仅复制范围样式C++实现|Documentation

    学习如何使用Aspose.Cells与C++仅复制范围样式。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); U16String srcDir ( u...

    docs.aspose.com/cells/zh/cpp/copy-range-style-o...
  5. Render Gradient Fill for the WordArt while Conv...

    Learn to render gradient fill for WordArt while converting spreadsheets to HTML with C++....Scenarios Before Aspose.Cells 17.1, Aspose.Cells did not render...format. Since the release of Aspose.Cells 17.1, WordArt gradient fill...

    docs.aspose.com/cells/cpp/render-gradient-fill-...
  6. 用C++将XLSB修订转为XLSM|Documentation

    学习如何用Aspose.Cells将XLSB文件的修订转换为XLSM格式。...用C++将XLSB修订转为XLSM Contents [ Hide ] Aspose.Cells现已支持将XLSB文件中的修订完整转换为XLSM...visions包含以.bin结尾的文件。 当你用Aspose.Cells将XLSB文件转换为XLSM文件时,这些.bin文件会成功转换为...

    docs.aspose.com/cells/zh/cpp/convert-revision-o...
  7. Disable Exporting Frame Scripts and Document Pr...

    Disable exporting frame scripts and document properties using Aspose.Cells with C++....with C++ Contents [ Hide ] Aspose.Cells exports frame scripts and...HTML. The 8.6.0 version of Aspose.Cells for C++ introduces an option...

    docs.aspose.com/cells/cpp/disable-exporting-fra...
  8. How to Set Print Area with C++|Documentation

    This article shows you code explaining how to set print area using Aspose.Cells library with C++....Select the cells: Click and drag to select the range of cells you want...Area: If you want to add more cells to the existing print area,...

    docs.aspose.com/cells/cpp/how-to-set-print-area/
  9. Check if VBA Code is Signed with C++|Documentation

    Learn how to check if VBA code in Excel files is signed using Aspose.Cells with C++....with C++ Contents [ Hide ] Aspose.Cells allows users to check whether...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/check-if-vba-code-is-...
  10. 检测工作表中的合并单元格|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 C++ 库。它支持检测工作表中的合并单元格,方便用户识别和操作这些单元格。本文将介绍如何使用 Aspose.Cells 库检测合并单元格。... Aspose.Cells允许您在工作表中获取合并的单元区域。您也可以取消合并(拆分)它们。本文展示了使用...。本文展示了使用 Aspose.Cells API 执行任务的最简单的代码。 该组件提供 Cells::GetMergedAreas()...

    docs.aspose.com/cells/zh/cpp/detect-merged-cell...