Sort Score
Result 10 results
Languages All
Labels All
Results 2,891 - 2,900 of 27,091 for

excel worksheet

(0.14 sec)
  1. 使用C++为图表工作表创建PdfBookmarkEntry|Documentation

    了解如何使用Aspose.Cells for C++为图表工作表创建PdfBookmarkEntry。...为图表工作表创建PdfBookmarkEntry 下面的示例代码加载了含有四个工作表的 示例Excel文件 。其中两个是普通工作表,另外两个是图表工作表。它创建了如下的四个书签条目:...Startup (); // Load sample Excel file U16String inputFilePath...

    docs.aspose.com/cells/zh/cpp/create-pdfbookmark...
  2. Export print area range to HTML|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....page setup object of the worksheet. Later use HtmlSaveOptions...Document Workbook and Worksheet Properties in Excel to HTML conversion...

    docs.aspose.com/cells/java/export-print-area-ra...
  3. 用C++合并或取消合并单元格范围|Documentation

    用C++在Excel中合并和取消合并范围内的单元格。...01_SourceDirectory \\ " ); // Path of output excel file U16String outputPath =...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/merge-or-unmerge-r...
  4. Read Chart Subtitle from ODS File using JavaScr...

    Learn how to use Aspose.Cells for JavaScript via C++ to read the chart subtitle from an OpenDocument Spreadsheet (ODS) file. Our guide will demonstrate how to extract and access the subtitle of a chart for further analysis or display....style="color: red;">Please select an Excel or ODS file.</p>' ; return ;...the first worksheet in the workbook const worksheet = workbook...

    docs.aspose.com/cells/javascript-cpp/read-chart...
  5. 用JavaScript通过C++冻结Excel工作表的首列|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++以编程方式冻结Excel工作表的左侧列。...用JavaScript通过C++冻结Excel工作表的首列 Contents [ Hide ] 介绍 在本文中,我们将学...滚动其他数据时仍然可见。这样可以轻松查看左列的标题。 Excel中的冻结列 如果您想冻结左列,则首先选择需要冻结的列下面的列。...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  6. Three methods for filtering Chart Data with Jav...

    Learn how to filter charts in Excel using Aspose.Cells for JavaScript via C++. Our comprehensive guide will demonstrate how to apply filters to charts, customize chart elements, and use data analysis tools for better insights and informed decision making....series from a chart in Excel In Excel, we can filter out specific...sample code loads the sample Excel file . <!DOCTYPE html> < html...

    docs.aspose.com/cells/javascript-cpp/filtering-...
  7. 导出 Excel 数据以填写 PDF 表单|Aspose.PDF for .NET

    本节解释了如何使用 AutoFiller 类导出 Excel 工作表数据以填写 PDF 表单。...Ask AI 导出 Excel 数据以填写 PDF 表单 Contents [ Hide ] Aspose.Pdf.Facades...文件、DFD、XFDF 导入数据,使用 API,甚至可以使用 Excel 工作表中的数据。 我们将使用 ExportDataTable...

    docs.aspose.com/pdf/zh/net/export-excel-workshe...
  8. Display and Hide Tabs of Workbook in xlsx4j|Doc...

    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....that represents a Microsoft Excel file. The Workbook class provides...and methods for managing an Excel file. To control the visibility...

    docs.aspose.com/cells/java/display-and-hide-tab...
  9. Cells#copyColumns results in incomplete formatt...

    Hi, Using Aspose Cells for Java, version 25.9. Sample code: Workbook workbook = new Workbook("input.xlsx"); Worksheet Worksheet = workbook.getWorksheets().get("IT Projections"); Cells cells = Worksheet.getCells(); cel…...xlsx"); Worksheet worksheet = workbook.getWorksheets()...Projections"); Cells cells = worksheet.getCells(); cells.insertColumns(3...

    forum.aspose.com/t/cells-copycolumns-results-in...
  10. Avoid using scientific notation when the import...

    Hi, Is there a way to avoid using scientific notation on a large numeric value when using smart marker? Let’s say if my data from the data source includes a large numeric value (e.g. “123456789000”), when I process the…...the first worksheet var worksheet = workbook.Worksheets[0]; // Set...format of the cell to text worksheet.Cells["A1"].SetStyle(new Style()...

    forum.aspose.com/t/avoid-using-scientific-notat...