Sort Score
Result 10 results
Languages All
Labels All
Results 3,681 - 3,690 of 105,418 for

workbook

(0.71 sec)
  1. 用 JavaScript 通过 C++ 将工作表范围导出为图片|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...// Create workbook from uploaded file. const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/export-...
  2. Create Transparent Image of Excel Worksheet wit...

    Generate transparent images of Excel worksheets using Aspose.Cells with C++....Create workbook object from source file Workbook workbook ( sourceDir...print options SheetRender sr ( workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/create-transparent-im...
  3. 在用 Python.NET 保存为HTML时禁用CSS|Documentation

    学习如何在使用 Aspose.Cells for Python via .NET API 将Excel文件保存为HTML格式时禁用CSS样式。...cells import Workbook , HtmlSaveOptions # For complete...Cells-for-.NET # Load sample workbook current_dir = os . path ....

    docs.aspose.com/cells/zh/python-net/disable-css...
  4. Get the Cell Object by DisplayName of PivotFiel...

    Learn how to retrieve the cell object by the display name of a pivot field and apply formatting using Aspose.Cells for C++....02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "source.xlsx"...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/get-the-cell-object-b...
  5. 获取趋势线方程文本的Node.js示例代码|Documentation

    学习如何使用Aspose.Cells for Node.js via C++获取Microsoft Excel中创建的图表趋势线的方程文本。我们的指南演示如何访问和提取趋势线的方程以供进一步分析或显示。...Create workbook object from source Excel file const workbook = new...new AsposeCells . Workbook ( path . join ( dataDir , "source.xlsx"...

    docs.aspose.com/cells/zh/nodejs-cpp/get-equatio...
  6. 获取图表趋势线的方程文本(C++版)|Documentation

    学习如何使用 Aspose.Cells for C++ 获取 Microsoft Excel 中创建的图表趋势线的方程文本。我们的指南将演示如何访问和提取趋势线的方程以进行后续分析或显示。...Create workbook object from source Excel file Workbook workbook...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/get-equation-text-...
  7. 使用C++在保存为HTML时禁用CSS|Documentation

    了解如何在使用Aspose.Cells for C++将Excel文件保存为HTML时禁用CSS。...\\ " ); // Load sample workbook Workbook wb ( srcDir + u "sampleDisableCss...SetDisableCss ( true ); // Save the workbook in HTML wb . Save ( outDir...

    docs.aspose.com/cells/zh/cpp/disable-css-while-...
  8. Read and Write External Connection of XLS and X...

    Learn how to read and write external connections of XLS and XLSB files using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Excel XLSB file const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/read-and-w...
  9. Delete redundant spaces after line break while ...

    Learn how to delete redundant spaces after line breaks while importing HTML using Aspose.Cells for C++.... size ())); Workbook workbook ( data , loadOptions );...WorksheetCollection sheets = workbook . GetWorksheets (); Worksheet...

    docs.aspose.com/cells/cpp/delete-redundant-spac...
  10. 用C++提取SQL连接数据|Documentation

    学习如何使用Aspose.Cells for C++检索SQL连接数据,包括服务器URL、用户名、表名等。...Cells提供 Workbook::get_DataConnections() 方法,用于检索外部连接。它返回工作簿中的...Create a workbook object from source file Workbook workbook ( srcDir...

    docs.aspose.com/cells/zh/cpp/retrieving-sql-con...