Sort Score
Result 10 results
Languages All
Labels All
Results 3,311 - 3,320 of 103,512 for

workbook

(1.13 sec)
  1. How to Remove Default Bookmark When Exporting a...

    Hello Team, I’m exporting a range with name as HTML, and I’ve noticed that a bookmark with the range name is automatically inserted into the generated HTML content. How can I prevent this bookmark from being included du…...string GetHtmlStream(Workbook workbook, Worksheet worksheet,...Range range) { string htmlStm; workbook.Worksheets.ActiveSheetIndex...

    forum.aspose.com/t/how-to-remove-default-bookma...
  2. How to Merge Cells in Excel using Node.js

    This article guides on how to merge cells in Excel using Node.js. It contains the IDE settings, a list of steps, and a runnable sample code to combine two cells in Excel using Node.js....Create a workbook class object or load an existing workbook for combining...selected sheet of the loaded workbook Call the merge() method in...

    kb.aspose.com/cells/nodejs/how-to-merge-cells-i...
  3. Automating PowerPoint Generation in .NET: Creat...

    Automate slide creation on cloud platforms with Aspose.Slides for .NET—generate, edit, and convert PowerPoint and OpenDocument files fast and reliably.... Overlay = false ; var workbook = chart . ChartData . ChartDataWorkbook...ChartData . Categories . Add ( workbook . GetCell ( worksheetIndex...

    docs.aspose.com/slides/net/automating-powerpoin...
  4. 如何使用JavaScript通过C++将HTML转换为PDF|Documentation

    本主题演示如何使用Aspose.Cells for JavaScript通过C++将HTML转换为PDF和将MHTML转换为PDF。... 初始化 Workbook 对象。 通过调用Workbook.save()方法保存输出PDF文档。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  5. 在xlsx4j中跟踪先例和后继者|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 Workbook workbook = new Workbook ( dataDir...dataDir + "workbook.xls" ); Cells cells = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/tracing-precedent...
  6. 使用aspose.cells保存工作簿后,图表数据格式被修改 - Free Support F...

    原来显示百分比的数据,被修改为了小数点,这应该是个bug,预期应该不修改已有格式,示例文件见附件。 图表数据格式对比.zip (775.7 KB) public static void outputpdf() { Workbook Workbook = new Workbook("D:\\图表数据格式变化.xlsm"); Workbook.Save("D:\\图…...outputpdf() { Workbook workbook = new Workbook("D:\\图表数据格式变化....xlsm"); workbook.Save("D:\\图表数据格式变化_output.xlsm"); } Professionalize...

    forum.aspose.com/t/aspose-cells/322378
  7. Aspose.Cell Hide Column Header - Free Support F...

    Hello Team, We are doing Image export for each worksheet as one page , here we want to provide an option to hide column header. we tried by setting IsRowColumnHeadersVisible = false. but it still shows the header in ex…...PrintHeadings flag) before calling Workbook.Save . Minimal C# example...1. Load the workbook Workbook wb = new Workbook(@"C:\Input\Sample...

    forum.aspose.com/t/aspose-cell-hide-column-head...
  8. Worksheet Views|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 Worksheets collection...

    docs.aspose.com/cells/cpp/worksheet-views/
  9. Get a column heading|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.... Workbook . Descendants < Sheet >()...Instantiating a Workbook object Workbook workbook = new Workbook ( docName...

    docs.aspose.com/cells/net/get-a-column-heading/
  10. Specify how to cross string in output HTML usin...

    Learn how to control string overflow in HTML output by specifying HtmlCrossType in Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , HtmlSaveOptions...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/specify-ho...