Sort Score
Result 10 results
Languages All
Labels All
Results 5,481 - 5,490 of 159,081 for

xlsx

(0.24 sec)
  1. 使用 C++ 通过JavaScript检查工作簿是否包含隐藏的外部链接|Documentation

    学习如何使用 C++ 通过 Aspose.Cells for JavaScript 检查工作簿是否包含隐藏的外部链接。...xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/zh/javascript-cpp/check-i...
  2. 仅复制范围样式,通过 JavaScript 由 C++ 实现|Documentation

    学习如何在操作数据的同时,仅复制范围的样式,使用 C++ 的脚本实现。...xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/zh/javascript-cpp/copy-ra...
  3. 如何使用C++创建龙卷风图|Documentation

    了解如何使用API Aspose.Cells for C++创建龙卷风图。...最后,将工作簿保存到 输出XLSX格式 。以下截图显示了Aspose.Cells在输出Excel文件中创建的龙卷风图表。...inputFilePath = srcDir + u "sample.xlsx" ; // Path of output excel file...

    docs.aspose.com/cells/zh/cpp/create-tornado-chart/
  4. Loading and Managing Excel, OpenOffice, JSON, C...

    With Aspose.Cells for C++, it is simple to create, open, and manage Excel, CSV, TSV, ODS, HTML, Numbers, JSON, XML, PDF, JPG, TIFF, Image, MHT, and XPS files....xlsx" ); Aspose :: Cells :: Cleanup...inputFilePath = srcDir + u "Book1.xlsx" ; // Path of output Excel file...

    docs.aspose.com/cells/cpp/loading-saving-and-ma...
  5. Pivot Data Mismatch Between Excel Workbook and ...

    We are facing a serious data mismatch issue when converting an Excel workbook (containing a PivotTable) to HTML using Aspose.Cells for Node.js. The Excel workbook is generated programmatically using Aspose. The PivotTab…...xlsx” is corrupted because there...ExcelPivotFailure.xlsx. If ExcelPivotFailure.xlsx is generated by...

    forum.aspose.com/t/pivot-data-mismatch-between-...
  6. Custom Slice or Sector Colors in Pie Chart with...

    Learn how to use Aspose.Cells for Node.js via C++ to customize slice and sector colors in a pie chart. Our guide will demonstrate how to assign unique colors to each slice, sector, or legend for improved visual appeal and data representation....xlsx" ); // Loads the workbook which...join ( dataDir , "output.out.xlsx" ); // Save the workbook workbook...

    docs.aspose.com/cells/nodejs-cpp/custom-slice-o...
  7. Data Sorting with C++|Documentation

    Learn how to sort data by using the Aspose.Cells for C++ API....xlsx outputsampleBackGrou.xlsx #include <iostream>...= srcDir + u "CellsNet46500.xlsx" ; // Path of output Excel file...

    docs.aspose.com/cells/cpp/sort-data-of-excel/
  8. XLOOKUP returns #VALUE - Free Support Forum - a...

    I am using Aspose.Cells 25.11.0. .NET 9.0 using System.Collections; using Aspose.Cells; var input = @"C:\input-for-aspose.Xlsx"; var output = @"C:\output.Xlsx"; Workbook? wbc; using (var ms = new FileStream(input, F…...xlsx"; var output = @"C:\output.xlsx"; Workbook?... new LoadOptions(LoadFormat.Xlsx)); try { var engine = new CustomCalculationEng...

    forum.aspose.com/t/xlookup-returns-value/322497
  9. Add calculated field in Pivot Table with C++|Do...

    How to add a calculated field in pivot table with Aspose.Cells for C++....Finally, the workbook is saved in XLSX format. Sample Code #include...(); workbook . Save ( u "out.xlsx" ); Aspose :: Cells :: Cleanup...

    docs.aspose.com/cells/cpp/add-calculated-field-...
  10. How to overlapping textbox auto adjust width on...

    des11.zip (7.6 KB) @John.He , @Professionalize.Discourse , @simon.zhao, please given early response. At runtime, check if an existing sheet text overlaps based on the (x + width, y + height) coordinates. If it does, th…...xlsx"); Worksheet ws = wb.Worksheets[0];...Save("e:\\test2\\fixed_shapes.xlsx"); files1.zip (16.0 KB) Hope...

    forum.aspose.com/t/how-to-overlapping-textbox-a...