Sort Score
Result 10 results
Languages All
Labels All
Results 6,531 - 6,540 of 6,584 for

xls to xlsx

(0.05 sec)
  1. 用C++设置对齐方式|Documentation

    在Aspose.Cells库中,您可以使用单元格对齐设置来调整文本的布局和显示。通过调整水平对齐、垂直对齐和文本换行等设置,您可以更好地控制文本在单元格中的流动。本文件将为您提供详细的步骤和样本代码,以帮助您快速掌握如何使用Aspose.Cells进行单元格对齐设置。...xls" , SaveFormat :: Excel97To2003...Save ( outDir + u "book1.out.xls" , SaveFormat :: Excel97To2003...

    docs.aspose.com/cells/zh/cpp/cells-alignment-se...
  2. 使用 C++ 设置图表外观|Documentation

    学习如何在Aspose.Cells for C++中配置图表的外观。我们的指南将展示如何修改图表布局、颜色、字体和效果,以实现理想的视觉风格,提升工作表的美观度。...xls" ); Aspose :: Cells :: Cleanup...Save ( outDir + u "book1.out.xls" ); std :: cout << "Chart created...

    docs.aspose.com/cells/zh/cpp/setting-chart-appe...
  3. 用Node.js via C++创建和管理图表|Documentation

    学习如何使用Aspose.Cells for Node.js在Microsoft Excel中创建图表。我们的指南将展示各种图表类型以及如何自定义其外观和格式。...xlsx" ); // Loads the workbook which...path . join ( dataDir , "output.xls" )); 创建图表的要点 在创建图表之前,理解一些基本概念很有帮助,尤其是在使用Aspose...

    docs.aspose.com/cells/zh/nodejs-cpp/creating-ch...
  4. 新功能|Aspose.PDF for .NET

    本页面介绍了在最近发布的 Aspose.PDF for .NET 中引入的最受欢迎的新功能。...PdfConverter PDF 到 XLSX Aspose.PdfOrganizer 旋转 Aspose...Aspose.PDF 21.7 中的新功能 基于 XML 和 XLS 的 PDF 创建 要添加 XSL 参数,我们需要创建自己的...

    docs.aspose.com/pdf/zh/net/whatsnew/
  5. Managing Controls with C++|Documentation

    Learn how To add and manage various controls like lines, rectangles, arcs, ovals, spinners, scroll bars, and group boxes in worksheets using Aspose.Cells with C++....xls" ); Aspose :: Cells :: Cleanup...workbook ( srcDir + u "book1.xls" ); // Get the first worksheet...

    docs.aspose.com/cells/cpp/managing-controls/
  6. 使用C++管理控件|Documentation

    学习如何使用Aspose.Cells与C++在工作表中添加和管理各种控件,如线条、矩形、弧、椭圆、旋钮、滚动条和组框。...xls" ); Aspose :: Cells :: Cleanup...workbook ( srcDir + u "book1.xls" ); // Get the first worksheet...

    docs.aspose.com/cells/zh/cpp/managing-controls/
  7. Page Setup and Printing Options with C++|Docume...

    Configure page setup and print settings To control the printing process using Aspose.Cells with C++....xlsx" ; // Path of output excel file...= outDir + u "PageSetup_out.xlsx" ; // Create workbook Workbook...

    docs.aspose.com/cells/cpp/page-setup-and-printi...
  8. Manipulate Position Size and Designer Chart wit...

    Learn how To use Aspose.Cells for Node.js via C++ To effectively manipulate the position, size, and designer chart in Microsoft Excel. Our guide will demonstrate how To adjust these properties for improved layout and visualization....xls" ); // Loads the workbook which...join ( dataDir , "chart.out.xls" )); Manipulating Designer Charts...

    docs.aspose.com/cells/nodejs-cpp/manipulate-pos...
  9. Shapes in Charts with Node.js via C++|Documenta...

    Learn how To use Aspose.Cells for Node.js via C++ To add controls and cusTomize charts in Microsoft Excel. This guide demonstrates how To manipulate chart elements, adjust formatting, and enhance the overall appearance and usability of your charts....xls ) which has a chart in it. We...path . join ( dataDir , "chart.xls" )); // Get the designer chart...

    docs.aspose.com/cells/nodejs-cpp/controls-in-ch...
  10. Data Validation with C++|Documentation

    Learn how To add data validation through the Aspose.Cells for C++ API....xls" ); std :: cout << "Validation...Save ( outDir + u "output.out.xls" ); std :: cout << "File saved...

    docs.aspose.com/cells/cpp/data-validation/