Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 156,999 for

xlsx

(0.47 sec)
  1. Remove Annotation using Java | products.aspose.com

    Java source code to remove presentation comments...Slides Java Annotation PPTX DOCX XLSX PDF ODP PPT Remove Comments...

    products.aspose.com/slides/java/annotation/
  2. 使用C++向已签名的Excel文件添加数字签名|Documentation

    学习如何使用Aspose.Cells for C++向已签名的Excel文件添加数字签名。通过多重签名保持文档完整性。...xlsx)已预先签名。输出文件(50528281.xlsx)展示了效果。我们使用带密码的演示证书...srcDir + u "sampleDigitallySigne.xlsx" ; U16String outputFilePath...

    docs.aspose.com/cells/zh/cpp/add-digital-signat...
  3. 如何通过 C++ 和 JavaScript 设置工作簿的自动恢复属性|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 设置工作簿的自动恢复属性。...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  4. Auto Filter Data in VSTO and Aspose.Cells|Docum...

    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 file. objBook . SaveCopyAs (...( "vsto_autofilter.xlsx" ); Aspose.Cells // Instantiate a new...

    docs.aspose.com/cells/net/auto-filter-data-in-v...
  5. 使用JavaScript通过C++解除冻结行或列|Documentation

    在本文中,您将学习如何使用C++中的JavaScript API以编程方式解除Excel工作表的行、列或窗格的冻结。...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/unfreez...
  6. 用C++向Microsoft Excel公式监视窗口添加单元格|Documentation

    学习如何使用Aspose.Cells for C++在Excel中向公式监视窗口添加单元格。加载或创建一个Excel文件,操作单元格,设置公式,然后保存修改后的文件。...output XLSX format wb . Save ( u "outputAddCellsToMicr.xlsx" , SaveFormat...SaveFormat :: Xlsx ); std :: cout << "Workbook saved successfully...

    docs.aspose.com/cells/zh/cpp/add-cells-to-micro...
  7. 在Node.js中通过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" ); // Read icon resource file...( "sample2.xlsx" , AsposeCells . SaveFormat . Xlsx ); 当您在项目中执行上述代码时,将获得以下结果:...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-svg-...
  8. 设置工作簿的公式计算模式通过JavaScript用C++|Documentation

    本文介绍如何用Aspose.Cells for JavaScript通过C++设置Microsoft Excel中工作簿的公式计算模式。通过加载现有Excel文件或创建新文件,使用Aspose.Cells提供的属性设置公式计算模式并获得结果,最后保存修改后的Excel文件。...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  9. XlsxSectionMode enumeration | Aspose.Words for ...

    Aspose.Words.Saving.XlsxSectionMode enumeration. Specifies how sections are handled when saving a document in the Xlsx format....when saving a document in the XLSX format. Members Name Description..."XlsxSaveOptions.SelectionMode.xlsx" , xlsxSaveOptions ); See Also...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Import XML to Excel workbook with JavaScript vi...

    Import data from XML files into Excel using Aspose.Cells for JavaScript via C++....0 ); // Save the workbook to XLSX and provide a download link...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/javascript-cpp/import-xml...