Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 102,538 for

workbook

(0.14 sec)
  1. XLSX to PDF only the first rows are rendered - ...

    Hi team, I’m converting an Excel file (.xlsx) to PDF. The PDF only shows the first rows of the sheet; the rest of the rows are not rendered. I’m attaching the original Excel and a screenshot of the output where the trun…...xlsx (original workbook screenshot-missing-rows.png...the workbook Final export to PDF (the generated workbook stream...

    forum.aspose.com/t/xlsx-to-pdf-only-the-first-r...
  2. 在PHP中显示或隐藏标签|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 = new Workbook...the tabs of the Excel file $workbook -> getSettings () -> setShowTabs...

    docs.aspose.com/cells/zh/java/display-or-hide-t...
  3. Display or Hide Scroll Bars in PHP|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....the Excel file path $workbook = new Workbook ( $dataDir . "book1...scroll bar of the Excel file $workbook -> getSettings () -> setVScrollBarVisible...

    docs.aspose.com/cells/java/display-or-hide-scro...
  4. 使用Node.js通过C++刷新关联形状的数值|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Excel中刷新关联形状的数值。...// Create workbook from source file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( sourceDir , "sampleRefreshValueOf...

    docs.aspose.com/cells/zh/nodejs-cpp/refresh-val...
  5. Convert XLS File with Images or Charts to PDF w...

    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...arrayBuffer (); // Instantiating a Workbook object by opening the Excel...

    docs.aspose.com/cells/javascript-cpp/convert-xl...
  6. Apply Advanced Filter of Microsoft Excel to Dis...

    Learn how to apply the advanced filter of Microsoft Excel to display records meeting complex criteria by using the Aspose.Cells for C++ API....Load your source workbook Workbook workbook ( sourceDir + u ...first worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/apply-advanced-filter...
  7. 根据单元格引用插入图片(C++)|Documentation

    学习如何使用Aspose.Cells for C++根据单元格引用插入图片。...02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets...TrafficLights31 , 0 ); Picture pic = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/insert-a-picture-b...
  8. 使用内置样式|Documentation

    使用 JavaScript 结合 Aspose.Cells for JavaScript 通过 C++ 使用 Excel 内置样式的代码。... 如何使用内置样式 方法 Workbook.createBuiltinStyle(BuiltinStyleType)..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/using-b...
  9. Tile Picture as a Texture inside the Shape with...

    Learn how to tile a small picture as a texture inside a shape using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/tile-pictu...
  10. 用C++设置范围边框|Documentation

    学习如何在Aspose.Cells中用C++设置范围边框。...Create a new Workbook object Workbook workbook ; // Obtain the...added worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/set-range-border/