Sort Score
Result 10 results
Languages All
Labels All
Results 2,071 - 2,080 of 102,520 for

workbook

(0.08 sec)
  1. 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...
  2. 使用 JavaScript 通过 C++ 将图表转换为图片以适应中国地区|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 配置支持中文字符和格式的图表,包括字体、大小、文本方向等等。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  3. 用C++读写XLS和XLSB文件的外部连接|Documentation

    学习如何使用Aspose.Cells for C++读取和修改XLS/XLSB文件中的外部数据库连接。...; // Load source workbook Workbook workbook ( inputFilePath );...ExternalConnectionCo connections = workbook . GetDataConnections (); DBConnection...

    docs.aspose.com/cells/zh/cpp/read-and-write-ext...
  4. 使用内置样式|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...
  5. Copy Range Data with Style using JavaScript via...

    Learn how to copy a range of cells with formatting using Aspose.Cells for JavaScript via C++.... This example: Creates a workbook. Fills a number of cells in..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/copy-range...
  6. 用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/
  7. 使用C++的JavaScript设置强加密类型|Documentation

    学习如何使用C++的Aspose.Cells for JavaScript为Excel文件设置强加密类型...Cells Example - Encrypt Workbook </ title > </ head > < body...body > < h1 > Encrypt Workbook Example </ h1 > < input type = "file"...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  8. Display or Hide Gridlines in Ruby|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 the Excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/display-or-hide-grid...
  9. Add Watermark To PDF with C++|Documentation

    Learn how to add text and image watermarks to PDF files while rendering using Aspose.Cells with C++....(); // Prepare a workbook with 3 pages. Workbook wb ; wb . GetWorksheets...( watermark ); // Save the workbook with the watermark. wb . Save...

    docs.aspose.com/cells/cpp/add-watermark-to-pdf/
  10. Protecting Worksheets with JavaScript via C++|D...

    Learn how to protect worksheets in Excel using Aspose.Cells for JavaScript via C++, including protecting rows, columns, and specific cells....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a worksheets collection...

    docs.aspose.com/cells/javascript-cpp/protecting...