Sort Score
Result 10 results
Languages All
Labels All
Results 3,061 - 3,070 of 30,205 for

worksheet

(0.09 sec)
  1. 使用JavaScript通过C++的ImageOrPrintOptions的PageIndex...

    学习如何使用C++的Aspose.Cells for JavaScript将Excel文件的特定页面渲染为图像。...first worksheet const worksheet = workbook . worksheets . get...sheetRender = new SheetRender ( worksheet , opts ); // Generate images...

    docs.aspose.com/cells/zh/javascript-cpp/render-...
  2. Utilize Sheet.SheetId property of OpenXml with ...

    This article shows how to utilize the Sheet.SheetId property of OpenXml using the Excel manipulation C++ API or library programmatically....the equivalent property as Worksheet.GetTabId() . Utilize Sheet...xlsx" ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/utilize-sheet-sheetid...
  3. How to Format Numbers to Scientific Notation|Do...

    This article will introduce how to format numbers to scientific notation using Aspose.Cells for JavaScript via C++ API....formatting for the data in your worksheets, including scientific notation...the Desired Worksheet You need to access the worksheet where you...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  4. 如何旋转单元格文本|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 来编程旋转单元格中的文本。...first worksheet const worksheet = workbook . worksheets . get...let column = 0 ; let a1 = worksheet . cells . get ( row , column...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  5. 使用C++获取工作表中的最大范围|Documentation

    本文介绍了如何使用Aspose.Cells for C++库获取Excel文件的最大范围、最大数据范围和最大显示范围。...xlsx" ); // Get all the worksheets in the workbook WorksheetCollection...WorksheetCollection worksheets = workbook . GetWorksheets (); Worksheet sheet...

    docs.aspose.com/cells/zh/cpp/get-max-range-in-a...
  6. 使用 JavaScript 通过 C++ 从工作簿中提取 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....all worksheets const sheetsCount = workbook . worksheets . count...++ ) { const worksheet = workbook . worksheets . get ( s ); //...

    docs.aspose.com/cells/zh/javascript-cpp/extract...
  7. 使用 JavaScript 通过 C++ 合并和拆分单元格|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 JavaScript 库,支持合并和拆分单元格。本文将介绍如何使用 Aspose.Cells 库合并和拆分单元格,并提供自定义合并单元格样式的选项。...Create a Worksheet and get the first sheet. const worksheet = wbk...wbk . worksheets . get ( 0 ); // Create a Cells object to fetch...

    docs.aspose.com/cells/zh/javascript-cpp/merging...
  8. Aspose.grid.desktop does'nt support readonly mo...

    aspose.grid.desktop does'nt support readonly mode?...set a worksheet protected(readonly). gridDesktop.Worksheets[0].Protected...

    forum.aspose.com/t/aspose-grid-desktop-doesnt-s...
  9. 在 Apache POI 和 Aspose.Cells 中拆分窗格|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....要实现拆分视图,使用 Worksheet 类的 split 方法。要移除拆分窗格,使用 removeSplit...setActiveCell ( "A20" ); //Split the worksheet window book . getWorksheets...

    docs.aspose.com/cells/zh/java/split-panes-in-ap...
  10. Create Excel Charts and Embed Them in Presentat...

    Create Excel charts and embed them as OLE objects in PowerPoint and OpenDocument presentations with C#/.NET. Step-by-step guide with code samples.... Worksheets . SetOleSize ( 0 , chartRows...Bitmap chartImage = workbook . Worksheets [ chartSheetIndex ]. Charts...

    docs.aspose.com/slides/net/creating-excel-chart...