Sort Score
Result 10 results
Languages All
Labels All
Results 4,501 - 4,510 of 103,581 for

workbook

(0.84 sec)
  1. 用C++绘制时间线|Documentation

    在C++中使用Aspose.Cells管理Excel文件的时间线。... Workbook workbook ( u "input.xlsx" ); //...worksheet. Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/rendering-timeline/
  2. 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.... Workbook = new Workbook ( "ImageSmartBook.xls"...the Excel file. designer . Workbook . Save ( "out_ImageSmartBook...

    docs.aspose.com/cells/zh/net/image-markers-in-a...
  3. Read Color of Shape's Glow Effect with Node.js ...

    Learn how to read the color of a shape's glow effect using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( path . join...first worksheet const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/read-color-of-...
  4. 使用C++在HtmlSaveOptions.TableCssId属性前缀表元素样式|Docum...

    学习如何使用HtmlSaveOptions.TableCssId属性前缀表元素样式,示例ID为Aspose.Cells for C++。...Startup (); // Create workbook object Workbook wb ; // Access first..."MyTest_TableCssId" ); // Save the workbook in html wb . Save ( u "outputTableCssId...

    docs.aspose.com/cells/zh/cpp/prefix-table-eleme...
  5. 在工作表中添加图像|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 Worksheet worksheet = workbook . getWorksheets (). get (...//add picture data to this workbook. InputStream is = new FileInputStream...

    docs.aspose.com/cells/zh/java/add-images-in-wor...
  6. 使用 PageIndex 和 PageCount 属性在 Node.js 中渲染页面序列|Do...

    学习如何使用 Aspose.Cells for Node.js via C++ 将 Excel 文件的特定页面渲染为图像。...file const workbook = new AsposeCells . Workbook ( path . join...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/render-sequ...
  7. Avoid Inserting Empty Ranges or Hidden Excel Ra...

    Hello Team, I am working with Aspose.Cells to extract a range from an Excel worksheet as HTML content, which I then insert into a Word document using Aspose.Words. However, I’ve encountered an issue: If the selected …...your Excel file Workbook workbook = new Workbook("input.xlsx");...xlsx"); Worksheet worksheet = workbook.Worksheets[0]; // Define the...

    forum.aspose.com/t/avoid-inserting-empty-ranges...
  8. Detect Hyperlink Type with C++|Documentation

    Learn how to detect hyperlink type through the Aspose.Cells for C++ API....01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "LinkTypes...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/detect-hyperlink-type/
  9. CellsException: Invalid shift option with inser...

    When I use the insertCutCells method exactly as outlined here and I provide the ShiftType.NONE option, I always get the error: com.aspose.cells.CellsException: Invalid shift option. I want to do a cut, but not insert t…...snippet: // Assuming 'workbook' is your Workbook object and 'sourceRange'...are defined Cells cells = workbook.getWorksheets().get(0).getCells();...

    forum.aspose.com/t/cellsexception-invalid-shift...
  10. Incorrect Decimal Separator in CSS for Fixed Ro...

    Hello, when exporting XLSX files with fixed rows to HTML, the generated CSS uses a comma as the decimal separator (e.g., top:13,25pt) instead of a dot, which is invalid in CSS. System Language is German. CultureInfo o…...CultureInfo of the thread/workbook is set according to the documents...CSS Properties when saving Workbooks as HTML var lic = new License();...

    forum.aspose.com/t/incorrect-decimal-separator-...