Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 157,579 for

xlsx

(0.21 sec)
  1. AutoFitColumns会让隐藏列展示出来 - Free Support Forum - ...

    SyntaxEditor Code Snippet 代码: string filePath = @“C:\Users\25477\Downloads\工作簿1.Xlsx”; using Workbook workbook = new Workbook(filePath); workbook.Worksheets[0].Cells.HideColumn(1); workbook.Worksheets[0].Cells.Colum…...xlsx”; using Workbook workbook =...Save(@“C:\Users\25477\Downloads\工作簿2.xlsx”); John.He December 26, 2025...

    forum.aspose.com/t/autofitcolumns/323726
  2. Feature List of Aspose.Finance|Documentation

    C# Finance Library API features include create, read, write, validate documents including XBRL, iXBRL, OFX request and response....instance to to XLSX. Convert iXBRL(inline XBRL) to XLSX. Convert OFX...

    docs.aspose.com/finance/net/feature-list/
  3. Gigantic file size when saving Aspose.Cells.Wor...

    Dear support, when converting Excel files (*.Xlsx) into PDF files using the Aspose.Cells component, in some cases the file size (and processing time) grows enormously. I’ll attach a sample project containing 3 Xlsx fil…...xlsx) into PDF files using the Aspose...sample project containing 3 xlsx files with anonymized data....

    forum.aspose.com/t/gigantic-file-size-when-savi...
  4. Returning a Range of Values using AbstractCalcu...

    This article introduces an abstract calculation engine that returns a range of values in Excel using the Aspose.Cells library for JavaScript via C++. Learn to load or create an Excel file and save the modified file to disk....xlsx,.csv" /> < button id = "runExample"..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/returning-...
  5. C++ API to Convert MD to EXCEL | products.aspos...

    Convert MD to EXCEL via C++ API without using Microsoft Excel or Adobe Reader...begins with exporting MD to XLSX using Aspose.PDF for C++. This...MD file has been converted to XLSX, Aspose.Cells for C++ Spreadsheet...

    products.aspose.com/total/cpp/conversion/md-to-...
  6. Word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? -...

    word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? 转pdf的部分代码: private byte[] convertToPdf(Document document) throws Exception { try (ByteArrayOutputStream bos = new ByteArrayOutputStream()) { PdfSaveOpti…...xlsx ). Convert each Excel workbook...Simple helper – true for .xls or .xlsx extensions. */ private static...

    forum.aspose.com/t/word-pdf-word-word-excel-pdf...
  7. Group or ungroup shapes, pictures, or other obj...

    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 Ungroup shapes, pictures, or...This is the input file: sample2.xlsx AI Document Assistant Close...

    docs.aspose.com/cells/net/group-or-ungroup/
  8. Removing Slicer with Node.js via C++|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" ); // Load sample Excel file...Save the workbook in output XLSX format. workbook . save ( "...

    docs.aspose.com/cells/nodejs-cpp/removing-slicer/
  9. Add XML Map inside the Workbook using XmlMapCol...

    Add XML Map inside the workbook using XmlMapCollection.Add method with C++....inputXmlMap ); // Save the workbook in XLSX format U16String outputFilePath...outputFilePath = srcDir + u "output_out.xlsx" ; workbook . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/add-xml-map-inside-th...
  10. Convert Dates to Japanese Dates with C++|Docume...

    Learn how to convert Gregorian dates to Japanese dates using Aspose.Cells for C++....for XLSX format LoadOptions options ( LoadFormat :: Xlsx ); //...( srcDir + u "JapaneseDates.xlsx" , options ); // Save the workbook...

    docs.aspose.com/cells/cpp/convert-dates-to-japa...