Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 88,188 for

workbook

(0.06 sec)
  1. Unprotect a Worksheet with JavaScript via C++|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...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/unprotect-...
  2. 使用 Node.js 和 C++ 替换工作表中文本框内的标签为文本|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 替换工作表中文本框内的标签为文本..."1$ys" ; const workbook = new AsposeCells . Workbook ( filePath );...forEach (( item , index ) => { workbook . replace ( `< ${ item } >`...

    docs.aspose.com/cells/zh/nodejs-cpp/replace-tag...
  3. Setting Chart Appearance with C++|Documentation

    Learn how to configure the appearance of charts in Aspose.Cells for C++. Our guide will show you how to modify chart layouts, colors, fonts, and effects to achieve the desired visual style and enhance your worksheets....\\ " ); // Create workbook Workbook workbook ; // Adding a new...worksheet to the Workbook object int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/setting-chart-appeara...
  4. Managing Page Breaks in Python|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 = self . Workbook ( self ...."Book1.xls" ) worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/java/managing-page-breaks...
  5. Get Warnings while Loading Excel File with Java...

    Learn how to capture warnings while loading an Excel file using Aspose.Cells for JavaScript via C++. Handle corrupt but loadable Workbooks effectively....Sometimes the user tries to load a workbook which is somewhat corrupt...warnings while loading the workbook. You can catch these warnings...

    docs.aspose.com/cells/javascript-cpp/get-warnin...
  6. Display Bullets by setting Cell Value using HTM...

    Add bullets to Excel Cells using HTML with the easy to use Aspose.Cells for JavaScript via C++ API....leave empty to create a new workbook. </ p > < input type = "file"..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/display-bu...
  7. Adjusting Row Height and Column Width in Ruby|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....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/adjusting-row-height...
  8. Convert CSV, TSV, and TXT to Excel with C++|Doc...

    Learn how to convert CSV, TSV, and TXT files to Excel using Aspose.Cells for C++....LoadFormat :: Csv ); // Create a Workbook object and open the file from...from its path Workbook wbCSV ( srcDir + u "Book_CSV.csv" , loadOptions4...

    docs.aspose.com/cells/cpp/convert-csv-tsv-and-t...
  9. Removing Slicer with Node.js via C++|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.... Finally, it saves the workbook as output Excel file . The...slicer. const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/removing-slicer/
  10. Convert Dates to Japanese Dates with Python.NET...

    Learn how to convert Gregorian dates to Japanese dates in Excel files using Aspose.Cells for Python via .NET....cells import Workbook , LoadOptions , LoadFormat...Load workbook with Japanese regional settings workbook = Workbook...

    docs.aspose.com/cells/python-net/convert-dates-...