Sort Score
Result 10 results
Languages All
Labels All
Results 2,711 - 2,720 of 159,753 for

xlsx

(0.09 sec)
  1. Merge XLSM Files Online or using Android Mobile...

    Free online app to combine different XLSM files. Android merging library Java code to merge XLSM worksheets into other formats....dropdown Save to required format: XLSX, PPTX, PDF, DOCX, DOC, Image...(Macro-enabled Spreadsheet) Merge XLSX Files (Open XML Workbook) Merge...

    products.aspose.com/total/android-java/merge/xlsm/
  2. Merge DOT Files Online or using Android Mobile ...

    Free online app to combine different DOT files. Android merging library Java code to merge DOT documents....required format: DOCX, DOC, PDF, XLSX, PPTX, Image, HTML, and others...(Macro-enabled Spreadsheet) Merge XLSX Files (Open XML Workbook) Merge...

    products.aspose.com/total/android-java/merge/dot/
  3. Merge DOC Files Online or using Android Mobile ...

    Free online app to combine different DOC files. Android merging library Java code to merge DOC documents....required format: DOCX, DOC, PDF, XLSX, PPTX, Image, HTML, and others...(Macro-enabled Spreadsheet) Merge XLSX Files (Open XML Workbook) Merge...

    products.aspose.com/total/android-java/merge/doc/
  4. Encrypt and Decrypt Excel files with C++|Docume...

    How to encrypt and decrypt Excel files using C++. Lock and unlock Excel files....xlsx" , loadOptions ); // Remove...workbook workbook . Save ( u "Book1.xlsx" ); std :: cout << "Password...

    docs.aspose.com/cells/cpp/encrypt-and-decrypt-e...
  5. 用 JavaScript 通过 C++ 读写 XLS 和 XLSB 文件的外部连接|Docum...

    学习如何使用Aspose.Cells for JavaScript通过C++读取和写入XLS和XLSB文件的外部连接。...Cells已支持读取和写入XLSX文件的外部连接,现在也支持XLSB和XLS文件。然而,所有格式的代码都是相同的。..."fileInput" accept = ".xls,.xlsx,.xlsb,.csv" /> < button id =...

    docs.aspose.com/cells/zh/javascript-cpp/read-an...
  6. Precedents and Dependents with Node.js via C++|...

    Learn to trace precedent and dependent cells in spreadsheets using Aspose.Cells for Node.js via C++. Understand how to identify linked cells in complex financial worksheets....xlsx" ); // Loads the workbook which...dependents. For example, in Book1.xlsx there are formulas: “=A1+20”...

    docs.aspose.com/cells/nodejs-cpp/precedents-and...
  7. Calculate Formulas with JavaScript via C++|Docu...

    This article introduces how to use Aspose.Cells library to calculate formulas in Microsoft Excel using JavaScript via C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....xlsx,.csv" /> < button id = "runExample"..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/calculate-...
  8. HTML content gets stripped when using setHtmlSt...

    Hello Aspose Support Team, We are facing an issue while using setHtmlString on Excel cells, where part of the text gets unexpectedly stripped. Issue Description For certain column indexes, we convert plain text to HTML…...xlsx"); Cells cells = workbook.getWorksheets()...workbook.save("d:\\files\\out1.xlsx"); Bk_contents1.zip (6.2 KB)...

    forum.aspose.com/t/html-content-gets-stripped-w...
  9. Custom Number Format with Trailing Dots is igno...

    Hello, When a workbook contains text-based cells with the custom number format “@ *.”, it shows the cell content with trailing dots. When this workbook is exported to HTML, the custom format seems to be ignored and the …...Product Family cells-java , xlsx-to-html oraspose January 17..., the attached TrailingDots.xlsx file and the following Java...

    forum.aspose.com/t/custom-number-format-with-tr...
  10. Change in behavior of Cells#insertColumns start...

    Hi, Using Aspose Cells for Java, version 25.9. Sample code: Workbook workbook = new Workbook("input.Xlsx"); Worksheet worksheet = workbook.getWorksheets().get("IT Projections"); Cells cells = worksheet.getCells(); cel…...xlsx"); Worksheet worksheet = workbook...insertColumns(3, 2); workbook.save("output.xlsx"); In the attached zip file...

    forum.aspose.com/t/change-in-behavior-of-cells-...