Sort Score
Result 10 results
Languages All
Labels All
Results 3,131 - 3,140 of 159,087 for

xlsx

(0.34 sec)
  1. Convert Excel workbook to Ods, Sxc and Fods (Op...

    How to convert Excel to Ods (OpenOffice / LibreOffice Calc) or convert Ods (OpenOffice / LibreOffice Calc) to Excel with Aspose.Cells for JavaScript via C++....xlsx,.csv" /> < button id = "runExample"..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  2. PDF to Excel number formatting conversion issue...

    We are using Aspose.PDF .NET to convert PDF’s that we’ve generated to Excel. Some of the PDF’s are converting correctly with no translation in numeric formatting, while others are converting the separators for European …...xlsx", options); If the issue persists...GetFileNameWithoutEx(file) + “.xlsx”; using (var document = new...

    forum.aspose.com/t/pdf-to-excel-number-formatti...
  3. 使用 C++ 实现 1904 日期系统|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 C++ 库。它支持实现1904日期系统,允许用户根据1904年1月1日的日期系统进行计算和格式化。本文介绍了如何使用Aspose.Cells库实现1904日期系统。...xlsx" ; // Path of output excel file...outputFilePath = outDir + u "Mybook.out.xlsx" ; // Create workbook Workbook...

    docs.aspose.com/cells/zh/cpp/implement-1904-dat...
  4. 用C++自动调整行列宽|Documentation

    本文展示如何使用Aspose.Cells for C++ API自动调整行、列、合并单元格的行,以及范围内的行。...xlsx" ; // Create workbook from file...outputFilePath = srcDir + u "output.xlsx" ; workbook . Save ( outputFilePath...

    docs.aspose.com/cells/zh/cpp/autofit-rows-and-c...
  5. Aspose.Cells for Java - Interruptible Library|D...

    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" , FileFormatType . XLSX ); } catch ( CellsException...

    docs.aspose.com/cells/java/aspose-cells-for-jav...
  6. Add Word Art Text with Built-in Styles with C++...

    Learn how to add Word Art Text with Built-in Styles using Aspose.Cells for C++....workbook in xlsx format wb . Save ( outDir + u "output_out.xlsx" ); std...

    docs.aspose.com/cells/cpp/add-word-art-text-wit...
  7. Setting Formula for Named Range with C++|Docume...

    Learn how to set formulas for named ranges in Excel files using Aspose.Cells with C++....in XLSX format book . Save ( outDir + u "output_out.xlsx" );...Save ( outDir + u "output_out.xlsx" ); std :: cout << "Named ranges...

    docs.aspose.com/cells/cpp/setting-formula-for-n...
  8. Check if VBA project in a Workbook is Signed wi...

    Learn how to check if a VBA project in a workbook is signed using Aspose.Cells for JavaScript via C++....xlsx,.xlsm" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/check-if-v...
  9. Render Custom Date Format Patterns g and ge.mm....

    Learn how to render custom date format patterns 'g' and 'ge' in Aspose.Cells for JavaScript via C++ to control date display in spreadsheets....xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/render-cus...
  10. Modify an Existing Style with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files that allows users to modify existing cell styles. This article will introduce how to modify an existing cell style with the Aspose.Cells library so that users can change the appearance of the cells as they need....xlsx" ; /* * Create a workbook. *...template file. * In the book1.xlsx file, we have applied Ms Excel's...

    docs.aspose.com/cells/cpp/modify-an-existing-st...