Sort Score
Result 10 results
Languages All
Labels All
Results 7,821 - 7,830 of 7,876 for

xls to xlsx

(0.13 sec)
  1. Data Filtering with C++|Documentation

    Learn how To add a data filter by using the Aspose.Cells for C++ API....xls" ; // Path of output Excel file...outputFilePath = outDir + u "output.out.xls" ; // Create workbook Workbook...

    docs.aspose.com/cells/cpp/data-filtering/
  2. 用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...
  3. 使用 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...
  4. 用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...
  5. 使用 VSTO 和 Aspose.Slides for .NET 将 Excel 图表创建并嵌...

    从 Microsoft Office 自动化迁移到 Aspose.Slides for .NET,并在 C# 中将 Excel 图表作为 OLE 对象嵌入 PowerPoint(PPT、PPTX)幻灯片。...xlsx" ; object paramMissing = Type... StartupPath + @"\ChartData.xlsx" ; object paramMissing = Type...

    docs.aspose.com/slides/zh/net/create-and-embed-...
  6. 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/
  7. 使用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/
  8. 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...
  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/