Sort Score
Result 10 results
Languages All
Labels All
Results 3,181 - 3,190 of 21,287 for

worksheet

(0.06 sec)
  1. 输出HTML时单独导出工作表CSS,使用Node.js通过C++|Documentation

    了解如何在将Excel文件转换为HTML时单独导出工作表CSS,使用Aspose.Cells for Node.js via C++。...Workbook (); // Access first worksheet const ws = wb . getWorksheets...html save options - export worksheet css separately const opts...

    docs.aspose.com/cells/zh/nodejs-cpp/export-work...
  2. 使用C++进行错误检查选项|Documentation

    本文提供了示例代码,演示如何使用C++ API或库以程序化方式启用Excel工作表的错误检查选项,例如将数字作为文本存储。...); // Get the first worksheet Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/use-error-checking...
  3. 通过C++和Node.js从工作簿中提取OLE对象|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....OleObject Collection in the first worksheet. const oles = workbook . getWorksheets...extract each object in the worksheet. for ( let i = 0 ; i < oles...

    docs.aspose.com/cells/zh/nodejs-cpp/extract-ole...
  4. How to Format Number to Fraction|Documentation

    This article will introduce how to Format Number to Fractionusing Aspose.Cells for Python via .NET API....Access the Worksheet You need to access the worksheet where you...be working with the first worksheet. Step 4: Apply Fractional...

    docs.aspose.com/cells/python-net/how-to-format-...
  5. How to Format Number to Percentage|Documentation

    This article will introduce how to Format Number to Percentageusing Aspose.Cells for Python via .NET API....Access the Worksheet You need to access the worksheet where you...be working with the first worksheet. Step 4: Apply Percentage...

    docs.aspose.com/cells/python-net/how-to-format-...
  6. Add Cells to Microsoft Excel Formula Watch Wind...

    Learn how to monitor cells in Excel's Formula Watch Window using Aspose.Cells for Python via .NET. Includes code examples and API references....Similarly, you can use the Worksheet.cell_watches.add() method...# Access first worksheet. ws = wb . worksheets [ 0 ] # Put some...

    docs.aspose.com/cells/python-net/add-cells-to-m...
  7. 用C++从工作簿中提取OLE对象|Documentation

    学习如何使用Aspose.Cells和C++从工作簿中提取OLE对象。...OleObject Collection in the first worksheet OleObjectCollection oles =...extract each object in the worksheet for ( int i = 0 ; i < oles...

    docs.aspose.com/cells/zh/cpp/extract-ole-object...
  8. How to create Dynamic Rolling Chart with C++|Do...

    Learn how to create a dynamic rolling chart using Aspose.Cells for C++. Our guide will demonstrate how to implement smooth data transitions and rolling averages in your chart for a continuous and updated display....workbook and access the first worksheet. Workbook workbook ; WorksheetCollection...workbook . GetWorksheets (); Worksheet sheet = sheets . Get ( 0 );...

    docs.aspose.com/cells/cpp/create-dynamic-rollin...
  9. Convert XML to word (Nalb4242) - Free Support F...

    Hello I am trying to output xml file to be saved in word table … when trying to convert xml to word the table is cropped and columns are in different pages not all in same . I managed to convert the xml to excel sheet …...columns in the worksheet workbook.Worksheets["Sheet1"].AutoFitColumns();...PageSetup pageSetup = workbook.Worksheets["Sheet1"].PageSetup; pageSetup...

    forum.aspose.com/t/convert-xml-to-word-nalb4242...
  10. Aspose.Cells for Java - Interruptible Library|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....new Workbook (); // Get the Worksheets WorksheetCollection wss =...i = 0 ; i < 50 ; i ++) { Worksheet sheet = wss . get ( wss ....

    docs.aspose.com/cells/java/aspose-cells-for-jav...