Sort Score
Result 10 results
Languages All
Labels All
Results 4,031 - 4,040 of 157,794 for

xlsx

(0.11 sec)
  1. Show and Hide Gridlines and Row Column Headers ...

    This article provides sample code for using the JavaScript API via C++ to programmatically hide or show gridlines, row, and column headers of an Excel worksheet....xlsx,.csv" /> < button id = "runExample"..."fileInput" accept = ".xls,.xlsx" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/show-and-h...
  2. How to Set Print Titles with JavaScript via C++...

    This article shows you how to set print titles using the Aspose.Cells library for JavaScript via C++....xlsx,.csv" /> < button id = "runExample"..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/how-to-set...
  3. [Bug] Cell class. Cant set HtmlTitle any that e...

    Doesn’t work: titleCell.HtmlString = "Title " Works fine: titleCell.HtmlString = " Title" Same, works fine: titleCell.HtmlString = "Title Title2" Aspose.Cells updated in october 2024...xlsx"); Please find attached the...workbook.Save("e:\\test2\\out1.xlsx"); We require thorough evaluation...

    forum.aspose.com/t/bug-cell-class-cant-set-html...
  4. 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...
  5. 通过 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" ); // Create a cachedFile for...path . join ( dataDir , "output.xlsx" ); // Merge the files in the...

    docs.aspose.com/cells/zh/nodejs-cpp/merge-files/
  6. 使用C++通过Node.js创建、操作或删除工作表的场景|Documentation

    学习如何使用C++ API通过Node.js以编程方式创建、操作或删除Excel工作表中的场景。...下面的示例代码打开一个包含一些方案的XLSX Excel文件,然后删除现有的方案。在保存Excel文...join ( dataDir , "aspose-sample.xlsx" )); // Access first worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/create-mani...
  7. Wrapping Cell Text|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" ); // Quit the application..."f:\\downloads\\OutputAspose.xlsx" , SaveFormat . Xlsx ); } AI Document Assistant...

    docs.aspose.com/cells/net/wrapping-cell-text/
  8. New slides version affecting the numbers in OLE...

    With the new Aspose slide version - ‘aspose-slides’, version:‘25.5’ we are getting # symbols for entries which were not there for older ‘aspose-slides’, version:‘24.8’ for generating grid in a ppt. Note- this grid is an …...xlsx"); IOleEmbeddedDataInfo dataInfo...OleEmbeddedDataInfo(fileData, "xlsx"); // Add the OLE object frame...

    forum.aspose.com/t/new-slides-version-affecting...
  9. 使用 Aspose.Cells for Node.js via C++ 将文本转换为列|Doc...

    学习如何使用 Aspose.Cells for Node.js via C++ 在 Excel 中将文本转换为列。...xlsx" ); // Create a workbook. const...opts ); // Save the workbook in xlsx format. wb . save ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-tex...
  10. How to apply/set text alignment to textbox with...

    How to apply/set text alignment to textbox in Aspose.Cells for Node.js via C++....xlsx" )); You can also change the...dataDir , "SampleTextboxExcel20.xlsx" ); // Initialize an object...

    docs.aspose.com/cells/nodejs-cpp/applying-text-...