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

xlsx

(1.04 sec)
  1. XLS data is changed after loading and saving ba...

    Hi Aspose team, I’m encountering an issue where data in an .xls file changes after I load and save it. For example, the number in a text box is 125 in the original file but becomes 145 after saving. To investigate furt…...xlsx ) to see if the issue persists...shapes(legal in xls and modern in xlsx). We should check which shapes...

    forum.aspose.com/t/xls-data-is-changed-after-lo...
  2. Merge POT Files Online or using Android Mobile ...

    Free online app to combine different POT presentations. Android merging library Java code to merge POT presentation into format of your choice....format: PPTX, PDF, DOCX, DOC, XLSX, Image, HTML, and others Click...(Macro-enabled Spreadsheet) Merge XLSX Files (Open XML Workbook) Merge...

    products.aspose.com/total/android-java/merge/pot/
  3. 用JavaScript通过C++格式化和修改命名范围|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++格式化和修改命名范围。...xlsx,.csv" /> < button id = "runExample"..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/zh/javascript-cpp/format-...
  4. PDF Conversion Solution using PHP | Aspose.PDF

    Convert PDF to DOCX, PPTX, XLS, Xlsx, EPUB, TEX, MHTML, Markdown & more using Aspose.PDF for PHP via Java...xlsx' ; // Create a new Document...// Set the output format to XLSX $saveOption -> setFormat ( ...

    products.aspose.com/pdf/php-java/conversion/
  5. Integrate with Microsoft Report Viewer in Local...

    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....AddExtension ( reportViewer1 , "Xlsx - Xlsx via Aspose.Cells" , typeof...AddExtension ( reportViewer1 , "Xlsx - Xlsx via Aspose.Cells" , GetType...

    docs.aspose.com/cells/reportingservices/integra...
  6. Set Caption to OLE Icon|Aspose.Slides Documenta...

    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" ); auto dataInfo = System ::...OleEmbeddedDataInfo > ( allBytes , "xlsx" ); auto oleFrame = slide ->...

    docs.aspose.com/slides/cpp/set-caption-to-ole-i...
  7. 使用 C++ 通过 JavaScript 导入 XML 到 Excel 工作簿|Documen...

    使用 Aspose.Cells for JavaScript 通过 C++ 将数据从 XML 文件导入 Excel。...0 , 0 ); // Save workbook to XLSX and provide download link const...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/import-...
  8. How to Set Point as Total with JavaScript via C...

    Learn to set points as total in waterfall charts using 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/how-to-set...
  9. 在使用C++通过JavaScript加载工作簿时筛选定义名称|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,.xls" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/filter-...
  10. Cannot turnoff ListObject (table) AutoFilter Co...

    How can we turn off AutoFilter completely on a ListObject (table)? We have tried the following: Workbook workbook = new Workbook("Demo.Xlsx"); Worksheet worksheet = workbook.Worksheets[0]; ListObject listObj = workshee…...xlsx"); Worksheet worksheet = workbook...false; workbook.Save("Demo2.xlsx"); As shown in the screenshot...

    forum.aspose.com/t/cannot-turnoff-listobject-ta...