Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 99,948 for

workbook

(0.07 sec)
  1. Set column width to scalable unit like em or pe...

    Learn how to set column width to scalable units like em or percent using Aspose.Cells for C++....// Load sample source file Workbook wb ( srcDir + u "sampleForScalableCol...SetExportImagesAsBas ( true ); // Save the workbook in Html format with specified...

    docs.aspose.com/cells/cpp/set-column-width-to-s...
  2. 使用内置文档属性指定Excel文件的版本号(Node.js via C++)|Document...

    学习如何使用内置文档属性以编程方式指定Excel文件的版本号(Node.js via C++)。...Create workbook object const wb = new AsposeCells . Workbook ();...Version - 18.3" ); // Save the workbook in xlsx format wb . save (...

    docs.aspose.com/cells/zh/nodejs-cpp/specify-doc...
  3. Converting Excel to PDF Files in Ruby|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....Ruby Code def excel_to_pdf ( workbook ) save_format = Rjb :: import...the document in PDF format workbook . save ( @data_dir + "MyPdfFile...

    docs.aspose.com/cells/java/converting-excel-to-...
  4. Converting to MHTML Files in Ruby|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....Code def worksheet_to_mhtml ( workbook ) save_format = Rjb :: import...M_HTML ) # Save the document workbook . save ( @data_dir + "convert...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  5. Combine Multiple Worksheets into a Single Works...

    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....example that reads a source workbook and combines the data of all...worksheet inside a destination workbook. The following code snippet...

    docs.aspose.com/cells/net/combine-multiple-work...
  6. Issue with Formulas (presence of @ before funct...

    Hi guys, Maybe some of you can help me find a solution to my case. I generate some algorithm with default constructor to generate a Workbook with sheets. (for a french version of Excel) In one column of the sheet nam…...constructor to generate a workbook with sheets. (for a french...when I open the generated Workbook : =@SOMME.SI.ENS(Prix!$R:$R;Prix...

    forum.aspose.com/t/issue-with-formulas-presence...
  7. Retrieving SQL Connection Data with Node.js via...

    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....js via C++ provides the Workbook.dataConnections property for...ExternalConnection objects in the workbook. If the ExternalConnection...

    docs.aspose.com/cells/nodejs-cpp/retrieving-sql...
  8. 如何通过C++在Node.js中创建Sunburst图表|Documentation

    学习如何在Aspose.Cells for Node.js via C++中创建太阳放射图,此图以圆形展示数据。我们的指南将帮助你设置图表的各种属性和格式,包括数据标签、图例、颜色等。...instance of Workbook const workbook = new AsposeCells . Workbook ( filePath...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/creating-su...
  9. Set Default Font while rendering spreadsheet to...

    Learn how to set the default font while rendering spreadsheets to images using Aspose.Cells with C++....when the default font of the workbook cannot render the characters...following sample code creates a workbook, adds some text in cell A4...

    docs.aspose.com/cells/cpp/set-default-font-whil...
  10. 主轴和副轴练习用C++|Documentation

    了解如何在Aspose.Cells for C++中理解和使用主轴和副轴。我们的指南将帮助您理解主轴和副轴的区别,以及如何有效地配置和使用它们的图表。...Create an instance of Workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/primary-and-second...