Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 82,036 for

workbook

(0.05 sec)
  1. How to Add Data Validation in Excel using C#

    This short tutorial guides on how to add data validation in Excel using C#. It provides complete details for IDE settings and a runnable sample code to create drop down selection in Excel using C#....operation on an existing workbook or a new workbook by using reference...then saving the resultant workbook as XLS , XLSX , or in any...

    kb.aspose.com/cells/net/how-to-add-data-validat...
  2. How to Scale a Worksheet with C++|Documentation

    This article shows you code explaining how to scale a worksheet using Aspose.Cells library with C++....// Load the Excel file Workbook workbook ( u "sample.xlsx" ); //...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/how-to-scale-a-worksh...
  3. Setting Headers and Footers with C++|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets by setting the header and footer with script commands using the C++ API or Library....Startup (); // Create a new workbook Workbook excel ; // Get the first...2 , u "&N" ); // Save the workbook excel . Save ( u "SetHeadersAndFooters_out...

    docs.aspose.com/cells/cpp/setting-headers-and-f...
  4. Copy and Move Worksheets Within and Between Wor...

    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....Worksheets Within and Between Workbooks Contents [ Hide ] Sometimes...you might want to create a workbook with sheets that contain the...

    docs.aspose.com/cells/net/copy-and-move-workshe...
  5. 在PHP中将工作表转为图像|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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/zh/net/worksheet-to-image...
  6. Worksheet To Image in Jython|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.... cells import Workbook from com . aspose . cells...Instantiate a workbook with path to an Excel file book = Workbook ( dataDir...

    docs.aspose.com/cells/java/worksheet-to-image-i...
  7. Count number of cells in the Worksheet with C++...

    In this article, you will learn how to programmatically count number of cells in the Excel worksheet using C++ API with Aspose.Cells....Load source Excel file Workbook workbook ( sourceDir + u "BookWithSomeData...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/count-number-of-cells...
  8. 使用 C++ 移除 ActiveX 控件|Documentation

    学习如何使用 Aspose.Cells for C++ 从工作簿中删除 ActiveX 控件。...02_OutputDirectory \\ " ); // Create a workbook Workbook wb ( srcDir + u "sampleUpdateActiveXC...RemoveActiveXControl (); // Save the workbook wb . Save ( outDir + u "R...

    docs.aspose.com/cells/zh/cpp/remove-activex-con...
  9. Public API Changes in Aspose.Cells 9.0.0|Docume...

    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....instance of Workbook Workbook book = new Workbook (); //Get the...default Worksheet from the Workbook Worksheet sheet = book . getWorksheets...

    docs.aspose.com/cells/java/public-api-changes-i...
  10. 在PHP中将Excel转换为PDF文件|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....new SaveFormat (); $workbook = new Workbook ( $dataDir . "Book1...the document in PDF format $workbook -> save ( $dataDir . "OutBook1...

    docs.aspose.com/cells/zh/java/converting-excel-...