Sort Score
Result 10 results
Languages All
Labels All
Results 3,051 - 3,060 of 87,329 for

workbook

(0.08 sec)
  1. Find if the Worksheet is Dialog Sheet with C++|...

    Dialog Sheet is an old format of sheet. This article provides instructions and sample code for determining programmatically whether an Excel worksheet is a Dialog Sheet using the C++ API....containing Dialog Sheet Workbook workbook ( u "sampleFindIfWorkshee...first worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/find-if-the-worksheet...
  2. 使用C++将附件嵌入到PDF中|Documentation

    学习如何用C++结合Aspose.Cells将附件嵌入到PDF中。...Open the template file Workbook workbook ( u "embedded-attachments-example...pdf file with PdfSaveOptions workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/zh/cpp/embed-attachment-t...
  3. 使用Node.js导出带有网格线的Excel到HTML|Documentation

    了解如何使用Aspose.Cells for Node.js via C++将带有网格线的Excel文件导出为HTML格式。...Create your workbook const wb = new AsposeCells . Workbook (); //...r * 1 ); } } // Save your workbook in HTML format and export...

    docs.aspose.com/cells/zh/nodejs-cpp/export-exce...
  4. Export Range of Cells in a Worksheet to Image|D...

    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....a screenshot of the source workbook used in the code. You can...can try the code with any workbook. Input file Executing the code...

    docs.aspose.com/cells/java/export-range-of-cell...
  5. Add ActiveX Controls using Aspose.Cells with C+...

    Learn how to add ActiveX controls to Excel worksheets programmatically using Aspose.Cells for C++....\\ " ); // Create workbook object Workbook wb ; // Access first...SetLinkedCell ( u "A1" ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/cpp/add-activex-controls-...
  6. Add Word Art Text with Built-in Styles with C++...

    Learn how to add Word Art Text with Built-in Styles using Aspose.Cells for C++....\\ " ); // Create workbook object Workbook wb ; // Access first... 100 , 800 ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/cpp/add-word-art-text-wit...
  7. Zoom Factor using Apache POI and Aspose.Cells|D...

    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....Cells provides a class, Workbook, that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/java/zoom-factor-using-ap...
  8. 在Python中转换为MHTML文件|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.... M_HTML ) # Instantiate a workbook and open the template XLSX...XLSX file wb = self . Workbook ( filePath ) # Save the MHT file...

    docs.aspose.com/cells/zh/java/converting-to-mht...
  9. How and Where to Use Enumerators with C++|Docum...

    Learn how to How and Where to Use Enumerators through the Aspose.Cells for C++ API....file in an instance of Workbook Workbook book ( srcDir + u "sample...file in an instance of Workbook Workbook book ( srcDir + u "sample...

    docs.aspose.com/cells/cpp/how-and-where-to-use-...
  10. Manage OLE|Aspose.Slides Documentation

    Manage OLE objects in PowerPoint presentations in Java... Create a Workbook object and access the OLE...the data. Save the updated Workbook in a stream. Change the OLE...

    docs.aspose.com/slides/androidjava/manage-ole/