Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 82,029 for

workbook

(0.05 sec)
  1. Specify the Language of the Excel File using Bu...

    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....following sample code creates a workbook and changes its built-in document...Create workbook object. const wb = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/specify-the-la...
  2. Calculate Page Setup Scaling Factor with C++|Do...

    This article provides sample code explaining how to use the C++ API or library to calculate Page Setup scaling factor using Fit to n page(s) wide by m tall option of Excel worksheet programmatically....(); // Create workbook object Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/calculate-page-setup-...
  3. 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...
  4. 在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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/zh/net/excel-to-pdf-conve...
  5. Digitally Sign a VBA Code Project with Certific...

    Learn how to digitally sign your VBA code project using Aspose.Cells for C++ with a certificate....Cells with its Workbook.VbaProject.Sign() method....illustrates how to use the Workbook.VbaProject.Sign() method....

    docs.aspose.com/cells/cpp/digitally-sign-a-vba-...
  6. 每个 Excel 工作表渲染一页PDF 使用 Node.js 和 C++ 进行 Excel 转...

    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....Initialize a new Workbook // Open an Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "input.xlsx"...

    docs.aspose.com/cells/zh/nodejs-cpp/render-one-...
  7. Fit All Worksheet Columns on Single PDF Page wi...

    Generate a PDF that fits all worksheet columns onto a single page using Aspose.Cells with C++....initialize an instance of Workbook U16String inputFilePath =...srcDir + u "TestBook.xlsx" ; Workbook book ( inputFilePath ); //...

    docs.aspose.com/cells/cpp/fit-all-worksheet-col...
  8. Display String in Worksheet Cell|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.... Workbook myWorkbook = this . Application . Workbooks . Open...Aspose.Cells Workbook myWorkbook = new Workbook ( fileName );...

    docs.aspose.com/cells/net/display-string-in-wor...
  9. Format Ranges|Documentation

    This article describes how to format ranges with Aspose.Cells for Python via .NET library....Excel: Open Excel and open the workbook that contains the range you...example, we create an Excel workbook, add some sample data, access...

    docs.aspose.com/cells/python-net/how-to-format-...
  10. Merging and Unmerging Cells with Node.js via C+...

    Aspose.Cells is a Node.js library for working with spreadsheet files, which supports merging and unmerging cells. This article will introduce how to merge and unmerge cells using the Aspose.Cells library, with options for customizing the merged cell style....Create a Workbook. const wbk = new AsposeCells . Workbook (); //...setStyle ( style ); // Save the Workbook. wbk . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/merging-and-un...