Sort Score
Result 10 results
Languages All
Labels All
Results 4,481 - 4,490 of 100,089 for

workbook

(0.1 sec)
  1. Dealing with Font Settings|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....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/java/dealing-with-font-se...
  2. View and Update XLSB Properties Online or Updat...

    View and modify XLSB properties through online app for free. Android API code to update and add XLSB properties....project Load XLSB file using Workbook class. Get all custom properties...Files Metadata (Excel Binary Workbook) XLSM Files Metadata (Macro-enabled...

    products.aspose.com/total/android-java/metadata...
  3. View and Update ODS Properties Online or Update...

    View and modify ODS properties through online app for free. Android API code to update and add ODS properties....project Load ODS file using Workbook class. Get all custom properties...Files Metadata (Excel Binary Workbook) XLSM Files Metadata (Macro-enabled...

    products.aspose.com/total/android-java/metadata...
  4. 通过C++在Node.js中转换工作表为图片 移除数据周围的空白区域|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将Microsoft Excel工作表转换为图片,并移除数据周围的空白区域。...file const workbook = new AsposeCells . Workbook ( path . join...first worksheet const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-wor...
  5. 在C++中刷新AutoFilter后获取所有隐藏行的索引|Documentation

    学习如何使用Aspose.Cells for C++ API在刷新AutoFilter后获取所有隐藏行的索引。...xlsx" ); Workbook workbook ( inputFilePath ); Worksheet...Worksheet worksheet = workbook . GetWorksheets (). Get ( 0 ); AutoFilter...

    docs.aspose.com/cells/zh/cpp/get-all-hidden-row...
  6. Find Maximum Rows and Columns supported by XLS ...

    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....you can use Workbook.Settings.MaxRow and Workbook.Settings.MaxColumn...following sample code creates workbook first in XLS and then in XLSX...

    docs.aspose.com/cells/java/find-maximum-rows-an...
  7. 通过 C++ 的 JavaScript 渲染切片器|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...."text/javascript" > const { Workbook , ImageOrPrintOptions , ImageType...arrayBuffer (); // Instantiating a Workbook object from uploaded file...

    docs.aspose.com/cells/zh/javascript-cpp/renderi...
  8. Applying themes to Charts - Free Support Forum ...

    How would I go about adding theme to a chart? The only information I've found regarding chart formatting is changing the ChartArea.Area methods (Background, Foreground, FillFormat, etc). Is it possible to get themes app…... C# Chart chart = workbook.Worksheets[0].Charts[0]; CellsColor...source.xlsx”; Workbook workbook = new Workbook(filePath); Worksheet...

    forum.aspose.com/t/applying-themes-to-charts/10...
  9. Supported File Formats|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....0 – 2003 Workbook. XLSX The Office Open XML...Excel Binary Workbook. XLSM Excel macro‑enabled workbook. XLT Excel...

    docs.aspose.com/cells/cpp/supported-file-formats/
  10. Draw Line in Excel using C#

    Draw line in Excel using C#. Learn to draw different shapes by following the steps and the given sample code showing how to insert drawing in Excel using C#....Create a spreadsheet using the Workbook and access the destination...desired dimensions Save the workbook after drawing a line in it...

    kb.aspose.com/cells/net/draw-line-in-excel-usin...