Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 102,518 for

workbook

(0.07 sec)
  1. 修改现有风格|Documentation

    Aspose.Cells是一个JavaScript/C++库,用于处理电子表格文件,允许用户修改现有单元格样式。本文介绍如何使用Aspose.Cells库修改现有单元格样式,以满足不同的外观需求。...leave empty to create a new workbook. </ p > < input type = "file"..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/modify-...
  2. Public API Changes in Aspose.Cells 8.7.0|Docume...

    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....digitally signed VBA project in a Workbook. Digitally Sign VBA Project...sign the VBA project in a Workbook . The said method accepts...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. 使用JavaScript通过C++避免在没有内容打印时生成空白页的输出PDF|Document...

    学习如何在没有内容打印时,使用Aspose.Cells for Java脚本通过C++避免输出PDF中的空白页。...head > < body > < h1 > Save Workbook to PDF Example </ h1 > < input..."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...

    docs.aspose.com/cells/zh/javascript-cpp/avoid-b...
  4. Convert Spreadsheet to PDF in Aspose.Cells|Docu...

    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.... C# Workbook workbook = new Workbook ( "../../data/test...the document in PDF format workbook . Save ( "AsposeConvert.pdf"...

    docs.aspose.com/cells/net/convert-spreadsheet-t...
  5. 使用C++的JavaScript管理分页符|Documentation

    本文提供示例代码,说明如何通过Aspose.Cells for JavaScript使用C++编程方式添加、清除或删除Excel工作表中的特定分页符。...JavaScript通过C++提供了一个 Workbook 类,用于表示Excel文件。 Workbook 类包含一个 workbook.worksheets..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/managin...
  6. Reading Merged cells - Free Support Forum - asp...

    Hello Team, I’m reading an Excel file row by row using Aspose.Cells Java. If a cell is part of a merged range, I want to get the value from the top-left cell of that range. Is there a built-in API to check if a cell be…...is there a way to load the workbook with merged cells automatically...Load the workbook Workbook workbook = new Workbook("path_to_your_excel_file...

    forum.aspose.com/t/reading-merged-cells/311722
  7. Load Source Excel File Without Charts with Java...

    Learn how to load an Excel file without charts using Aspose.Cells for JavaScript via C++....head > < body > < h1 > Save Workbook Without Charts to PDF </ h1..."text/javascript" > const { Workbook , SaveFormat , LoadOptions...

    docs.aspose.com/cells/javascript-cpp/load-sourc...
  8. 使用C++将Excel转换为CSV、TSV和Txt|Documentation

    使用Aspose.Cells与C++轻松将Excel文件转换为CSV、TSV和TXT格式。...Load your source workbook Workbook workbook ( inputFilePath );...SetExportAllSheets ( true ); // Save entire workbook data into file U16String outputFilePath...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-c...
  9. 通过Node.js和C++显示与隐藏工作表和标签|Documentation

    本文提供了使用Node.js API或Node.js库以程序化方式显示和隐藏Excel工作表的示例代码。此外,还介绍了如何显示和隐藏Excel工作簿标签。...提供了一个类 Workbook ,代表一个Excel文件。 Workbook 类包含一个 Workbook.getWorksheets()...filePath ); // Instantiating a Workbook object with opening the Excel...

    docs.aspose.com/cells/zh/nodejs-cpp/show-and-hi...
  10. 使用 C++ 在 Workbook 中添加 XML 映射 XmlMapCollection.A...

    学习如何使用 Aspose.Cells for Node.js via C++ 通过 XmlMapCollection.Add 方法在工作簿中添加 XML 映射。...使用 C++ 在 Workbook 中添加 XML 映射 XmlMapCollection.Add 方法 Contents...Create workbook object const wb = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/zh/nodejs-cpp/add-xml-map...