Sort Score
Result 10 results
Languages All
Labels All
Results 4,311 - 4,320 of 159,175 for

xlsx

(0.17 sec)
  1. Convert an Excel Chart to Image with JavaScript...

    Learn how to convert Excel charts to images using 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-an...
  2. Workbook.CalculateFormula() throws "Unsupported...

    When calling Workbook.CalculateFormula() on a workbook that contains CUBEMEMBER formulas referencing ThisWorkbookDataModel (Excel Power Pivot), Aspose throws an exception instead of gracefully returning the stored cell …...value of every cell into the xlsx file — including CUBEMEMBER...4.0 (.NET) cubemember_repro.xlsx.zip (1.7 KB) var workbook =...

    forum.aspose.com/t/workbook-calculateformula-th...
  3. 使用C++移除Excel文件中工作表的现有PrinterSettings|Documentation

    学习如何通过Aspose.Cells的Page Setup对象,使用C++以编程方式移除Excel文件中工作表的现有PrinterSettings。...] 可能的使用场景 有时开发人员希望阻止Excel在保存的XLSX文件中包含打印机设置的*.bin*文件。打印机设置文件位于*“[file...srcDir + u "sampleRemoveExisting.xlsx" ); int sheetCount = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/remove-existing-pr...
  4. Managing Pictures with JavaScript via C++|Docum...

    Learn how to add and position pictures in spreadsheets using Aspose.Cells for JavaScript via C++....xlsx,.csv" /> < input type = "file"..."fileInput" accept = ".xls,.xlsx,.csv" /> < br />< br /> < label...

    docs.aspose.com/cells/javascript-cpp/managing-p...
  5. 设置共享公式(用 C++)|Documentation

    学习如何在 Excel 工作表中用 Aspose.Cells 设置共享公式,使用 C++。...xlsx" ; // Path of output excel file...outputFilePath = outDir + u "Output_out.xlsx" ; // Instantiate a Workbook...

    docs.aspose.com/cells/zh/cpp/setting-shared-for...
  6. Excel Export - Gap Missing when using arrays of...

    While working with arrays, we are facing an issue in excel where the gap between different elements is maintained correctly for an array of objects, but not for an array of strings. When using an array of objects, the t…...xlsx"); WorkbookDesigner workbookDesigner...Process(); workbook.Save(dir + "dest.xlsx"); geetha123 July 4, 2025, 10:07am...

    forum.aspose.com/t/excel-export-gap-missing-whe...
  7. Use Error Checking Options with C++|Documentation

    In this article, you will find sample code that will programmatically use error checking options of Excel worksheets e.g. Numbers stored as Text using C++ API or Library....xlsx" ; // Create a workbook and...outputFilePath = outDir + u "out_test.out.xlsx" ; // Save the Excel file workbook...

    docs.aspose.com/cells/cpp/use-error-checking-op...
  8. 使用 C++ 添加具有命名目标的 PDF 书签|Documentation

    学习如何使用 Aspose.Cells for C++ 添加带有命名目标的 PDF 书签。...xlsx" ); // Access first worksheet...Close 在保存为PDF时打印批注与C++ 使用C++将XLSX文件转换为PDF格式...

    docs.aspose.com/cells/zh/cpp/add-pdf-bookmarks-...
  9. Saving Project Data to Excel Format in Ruby | A...

    This article explains how to export Project data to Excel using Aspose.Tasks Java for Ruby....XLSX" , Rjb :: import( 'com.aspose...aspose.tasks.SaveFileFormat' ) . XLSX) 4 5 puts "Saved project data...

    docs.aspose.com/tasks/java/saving-project-data-...
  10. OleFormat | Aspose.Words for Java

    Provides access to the data of an OLE object or ActiveX control in Java....xlsx", oleFormat.getSuggestedExtensio());...file. Assert.assertEquals(".xlsx", oleFormat.getSuggestedExtensio());...

    reference.aspose.com/words/java/com.aspose.word...