Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 104,120 for

workbook

(0.21 sec)
  1. Rotating Cell Text in VSTO and Aspose.Cells|Doc...

    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 steps: Create a workbook and get a worksheet. Add sample...Application ; // Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/rotating-cell-text-in...
  2. 在Ruby中显示或隐藏网格线|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 by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/display-or-hide-g...
  3. Get Warnings While Loading an Excel File with N...

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

    docs.aspose.com/cells/nodejs-cpp/get-warnings-w...
  4. DeleteBlankRows() is deleting rows even if it h...

    Ideally, according to the documentation, DeleteBlankRows() should delete only rows which are empty i.e. the rows which does not have any content, images, charts, comments etc… But in the attached file below, Even the r…...6 KB) Workbook wb = new Workbook(filePath + "Testfile...code as follows: Workbook wb = new Workbook(filePath + "Testfile...

    forum.aspose.com/t/deleteblankrows-is-deleting-...
  5. 用C++在排序数据时指定排序警告|Documentation

    学习如何使用Aspose.Cells for C++ API在排序数据时指定排序警告。...\\ " ); // Create workbook Workbook workbook ( srcDir + u "sampleSortAsNumber...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/specifying-sort-wa...
  6. Using FormulaText function in Aspose.Cells for ...

    This article introduces how to use the FormulaText function in the Aspose.Cells library to process formulas in Microsoft Excel. Learn to get and set the formula text of cells and save modified Excel files using JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...// Loads the workbook const workbook = new Workbook ( new Uint8Array...

    docs.aspose.com/cells/javascript-cpp/using-form...
  7. Specify Document Version of the Excel File usin...

    Learn how to specify the document version of an Excel file using built-in document properties with Aspose.Cells for C++....following sample code creates a workbook and changes its built-in document...Startup (); // Create workbook object Workbook wb ; // Access built-in...

    docs.aspose.com/cells/cpp/specify-document-vers...
  8. 使用C++的XmlMapCollection.Add方法在工作簿中添加XML映射,配合Java...

    学习如何在工作簿中使用C++的Aspose.Cells for JavaScript的XmlMapCollection.Add方法添加XML映射。...body > < h1 > Add XML Map to Workbook Example </ h1 > < input type..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/zh/javascript-cpp/add-xml...
  9. 创建命名区域并复制命名区域内容的示例,使用Node.js via C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Excel中创建、访问和复制命名区域。...Cells提供了一个代表Microsoft Excel文件的类, WorkbookWorkbook 类包含一个 getWorksheets()...stream const workbook = new AsposeCells . Workbook ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/create-acce...
  10. 在使用Node.js通过C++在工作簿中加载HTML时自动调整列和行大小|Documentation

    了解如何在使用Aspose.Cells for Node.js via C++加载HTML文件时自动调整工作簿中的列和行大小。...stream into workbook. let wb = new AsposeCells . Workbook ( ms );...); // Save the workbook in xlsx format. wb . save ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/autofit-col...