Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 57,068 for

workbook

(0.1 sec)
  1. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using Aspose.Cells for Node.js via C++....these steps: Open your Excel workbook and go to the sheet you want...Instantiating a Workbook object const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/how-to-print-e...
  2. Format Rows and Columns with Node.js via C++|Do...

    Aspose.Cells for Node.js via C++ can support change row height or column width, as well as apply formatting on rows or columns....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/nodejs-cpp/adjusting-row-...
  3. Using WorkbookMetadata|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....light-weight version of the workbook into memory to edit its metadata...WorkbookMetadata class to load the workbook. Using WorkbookMetadata The...

    docs.aspose.com/cells/java/using-workbookmetadata/
  4. Hiding the Display of Zero Values in the Worksh...

    This article will show you sample code explaining how to programmatically hide the zero values in an Excel spreadsheet using the Node.js library via C++....// Create a new Workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Get First worksheet of the workbook...

    docs.aspose.com/cells/nodejs-cpp/hiding-the-dis...
  5. Import Data to Worksheets in xlsx4j|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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...sheet index int sheetIndex = workbook . getWorksheets (). add ();...

    docs.aspose.com/cells/java/import-data-to-works...
  6. Load Source Excel File Without Charts with C++|...

    Learn how to load an Excel file without charts using Aspose.Cells with C++....the workbook with specified load options Workbook workbook ( inputFilePath...; // Save the workbook in PDF format workbook . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/load-source-excel-fil...
  7. Get worksheet information|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 . Sheets ; // For each sheet...//Instantiating a Workbook object Workbook workbook = new Workbook ( fileName...

    docs.aspose.com/cells/net/get-worksheet-informa...
  8. 获取工作表信息|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 . Sheets ; // For each sheet...//Instantiating a Workbook object Workbook workbook = new Workbook ( fileName...

    docs.aspose.com/cells/zh/net/get-worksheet-info...
  9. How to change background in comment in Excel wi...

    How to change color in comment and insert picture or image in comment in Excel using Aspose.Cells for Node.js via C++....is used to initialize the Workbook object in the code below....new workbook. const workbook = new AsposeCells . Workbook ( path...

    docs.aspose.com/cells/nodejs-cpp/how-to-set-com...
  10. 从数组导入|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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Adding...worksheet to the Workbook object int i = workbook . Worksheets ...

    docs.aspose.com/cells/zh/net/importing-from-array/