Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 157,000 for

xlsx

(0.08 sec)
  1. Check Custom Number Format when Setting Style.C...

    Aspose.Cells is a JavaScript library for working with spreadsheet files, which supports checking custom number formats when styling. This article will show you how to use the Aspose.Cells library to check custom number formats to ensure that the styling is correct....xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/javascript-cpp/check-cust...
  2. How to Convert CSV to Excel in C#

    In this tutorial, you will learn how to convert CSV to Excel in C#. You can automate the procedure of generating Excel from CSV in C# with a few steps and simple API class....write the output file as an XLSX file. Steps to Convert CSV to...LoadOptions object Save output XLSX workbook file These simple steps...

    kb.aspose.com/cells/net/how-to-convert-csv-to-e...
  3. How to Convert XML to Excel File using Java

    This quick guide explains how to convert XML to Excel file using Java. It includes information about setting up the environment, a step-by-step algorithm, and a running code snippet to convert XML to Xlsx using Java....code snippet to convert XML to XLSX using Java . Besides, it also...class object Write the created XLSX file using SaveFormat class...

    kb.aspose.com/cells/java/how-to-convert-xml-to-...
  4. Using GlobalizationSettings Class for Custom Su...

    Learn how to customize subtotal labels and other labels of pie charts using the GlobalizationSettings class in Aspose.Cells for JavaScript via C++....xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/javascript-cpp/using-glob...
  5. How to Save Excel File as PDF using C#

    This topic explains with steps that how to save Excel file as PDF using C# without Office Interop in .NET environment for Windows, Linux or macOS...via SetLicense method Load the XLSX file into Aspose.Cells object...demonstrate on how to convert XLSX to PDF in C#. You just need...

    kb.aspose.com/cells/net/how-to-save-excel-file-...
  6. Aspose.CellsでExcelファイルをPDF形式に変換した場合にExcelでの見た目と...

    Aspose.Cells for Python via .NET(25.2.0)を利用しています。 Aspose.CellsでExcelワークブックをPDFに変換する際に、 Excel上にあるオブジェクトがExcelワークブックの見た目と異なった位置や模様でPDFに変換されてしまいます。 求める結果としてはExcel本体の機能のPDF変換と同等のPDF変換処理ができ、Excel上の見た目とPDF変換後の見た目が同じになることです。 …...xlsx :Excel、Aspose.CellsでのPDF変換結果の差分を弊社でまとめたファイルです。...まとめたファイルです。 └PDF変換対象Excel原本.xlsx :PDF変換対象のExcelです。 └AsposeCells変換結果...

    forum.aspose.com/t/aspose-cells-excel-pdf-excel...
  7. Creating a Pie Chart with Leader Lines using C+...

    Learn how to use Aspose.Cells for C++ to create a pie chart with leader lines in Microsoft Excel. Our guide will demonstrate how to add leader lines that connect data points to the legend and enhance the overall clarity of your chart....in XLSX format Workbook workbook ( FileFormatType :: Xlsx );...Save ( outDir + u "PieChart_out.xlsx" ); std :: cout << "Pie chart...

    docs.aspose.com/cells/cpp/creating-pie-chart-wi...
  8. Ինչպես պահպանել Excel ֆայլը որպես PDF՝ օգտագործ...

    Այս թեման քայլերով բացատրում է, թե ինչպես պահպանել Excel ֆայլը որպես PDF՝ օգտագործելով C# առանց Office Interop-ի .NET միջավայրում Windows-ի, Linux-ի կամ macOS-ի համար:...մեթոդով սահմանելու համար Բեռնել XLSX ֆայլը Aspose.Cells օբյեկտի մոդելում՝...ենք տալիս, թե ինչպես փոխարկել XLSX-ը PDF-ի C#-ով: Պարզապես պետք...

    kb.aspose.com/hy/cells/net/how-to-save-excel-fi...
  9. 使用C++创建带引导线的饼图|Documentation

    学习如何用Aspose.Cells for C++ API在Microsoft Excel中创建带引导线的饼图。我们的指南演示如何添加连接数据点和图例的引导线,提升图表的清晰度。...in XLSX format Workbook workbook ( FileFormatType :: Xlsx );...Save ( outDir + u "PieChart_out.xlsx" ); std :: cout << "Pie chart...

    docs.aspose.com/cells/zh/cpp/creating-pie-chart...
  10. 创建新工作簿|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....xlsx" , SaveFormat . XLSX ); // Workbooks can...

    docs.aspose.com/cells/zh/java/create-new-workbook/